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

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