+2
package.json
+2
package.json
···+"dev": "nodemon --watch src --watch config.example.json --exec 'node src/server.js --config config.example.json'",+"dev:multiple": "nodemon --watch src --watch config.multiple.example.json --exec 'node src/server.js --config config.multiple.example.json'",
+26
src/helpers.js
+26
src/helpers.js
···
+4
wrangler.toml
+4
wrangler.toml
+6
-2
src/worker.js
+6
-2
src/worker.js
···
+24
-4
src/knot-event-listener.js
+24
-4
src/knot-event-listener.js
······
+5
-4
src/server.js
+5
-4
src/server.js
······
+30
-2
src/config.js
+30
-2
src/config.js
···
+2
README.md
+2
README.md
···When `cache: false`, the server fetches files from the repo on every request, so it might be slow.+This library fetches html from the repo directly, so there's no build step. As a workaround, you can add a commit hook to build your site locally and include the built files in your repo (or as a git submodule).