Restore deleted file

This commit is contained in:
Paul B. Hartzog
2026-09-09 14:00:17 -04:00
parent 517c25ee33
commit eb8f028a72
+14
View File
@@ -0,0 +1,14 @@
name = "{{NAME}}"
main = "worker.js"
compatibility_date = "2025-06-01"
[vars]
TITLE = "{{TITLE}}"
[build]
command = "node ../engine/gen.mjs --src content --target _manifest.js"
watch_dir = "content"
[[rules]]
type = "Text"
globs = ["**/*.html", "**/*.md"]