diff --git a/Procfile b/Procfile index 81f304c..a3e9a59 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: deno run --allow-net --allow-read --unstable-worker-options deno_server.ts \ No newline at end of file +web: deno run --allow-net --allow-read --allow-env --unstable-worker-options deno_server.ts \ No newline at end of file diff --git a/deno.jsonc b/deno.jsonc index f2a3d5c..c4b5fe9 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -23,6 +23,6 @@ } }, "tasks": { - "start": "deno run --allow-net --allow-read --unstable-worker-options deno_server.ts" + "start": "deno run --allow-net --allow-read --allow-env --unstable-worker-options deno_server.ts" } } \ No newline at end of file