Update permissions in procfile

This commit is contained in:
Peter Stockings
2025-07-26 12:27:59 +10:00
parent ff2f77cc4d
commit af1d9b0fb4

View File

@@ -1 +1 @@
web: deno run --allow-net --allow-read deno_server.ts
web: deno run --allow-net --allow-read --unstable-worker-options deno_server.ts