diff --git a/Procfile b/Procfile index dc4aff4..81f304c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: deno run --allow-net --allow-read deno_server.ts \ No newline at end of file +web: deno run --allow-net --allow-read --unstable-worker-options deno_server.ts \ No newline at end of file