Deno deploy --allow-write permission.
I'm writing a small web app that uses tilia (https://deno.land/x/tilia@0.1.2) to manage a small json database. But when deploying (with Deno Deploy) it throws this error:
How can I deploy my app with the --allow-write permission enabled?
2 Replies