Error with imports
I have this fancy peace of code that import a bunch of files from a directory:
Structure of utils directory is:
When run this code using
Is there are something tricky about Deno Deploy FS? I don't get it why deno can't find this file.
Structure of utils directory is:
When run this code using
deno run everything is alright. But when I'm trying to deploy my app to Deno Deploy via deployctl deploy I receive this error:Is there are something tricky about Deno Deploy FS? I don't get it why deno can't find this file.
