Hey, I am currently trying to compile a simple WebApp that consists of a simple html, css and js file.
Inside my index.ts file is just a simple serveDir from the std library. When I try to compile my app using deno compile, the server is unable to find files from the directory that I included when compiling.