Delete cloudflare/wrangler.toml

This commit is contained in:
2026-09-09 11:53:00 -06:00
parent 9af166ef51
commit 517c25ee33
-14
View File
@@ -1,14 +0,0 @@
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"]