deno compile --include config to include the folder config in the binary, but I don't know how to read it and where to find it. deno task dev can read the file, because everything is where it is expected. If I compile the program and run it from this folder, I can also access the directory, because the file is where it is supposed to relative to the 'config' folder.