deploy_feedback
deploy_feedback copied to clipboard
TypeError: process.cwd is not a function
When running on Deno Deploy I get: TypeError: process.cwd is not a function
My repo is open source: https://github.com/cool-calm/calculated-world
i think this is a Deno deploy limitation. I think some of the FS functions have been disabled because you don't really have a traditional filesystem on Deploy.
Transferred to deploy_feedback repository. I think this should be addressed on Deploy runtime (Deno.cwd() already returns /src on Deploy).