Revert "Cache the scripts on disk, in attempt to increase perfrmance, may need to revisit this"

This reverts commit 4a335dc936.
This commit is contained in:
Peter Stockings
2025-07-26 21:53:31 +10:00
parent 4a335dc936
commit 2fbace641d
5 changed files with 77 additions and 95 deletions

View File

@@ -23,6 +23,6 @@
}
},
"tasks": {
"start": "deno run --allow-net --allow-read --allow-write --allow-env --unstable-worker-options deno_server.ts"
"start": "deno run --allow-net --allow-read --allow-env --unstable-worker-options deno_server.ts"
}
}