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

This commit is contained in:
Peter Stockings
2025-07-26 21:50:45 +10:00
parent 748771dc33
commit 4a335dc936
5 changed files with 95 additions and 77 deletions

View File

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