Files
everyone-can-use-english/1000h-portal/wrangler.toml
2025-11-25 16:03:30 +09:00

13 lines
191 B
TOML

name = "1000h-portal"
main = "workers-site/index.js"
type = "webpack"
workers_dev = false
compatibility_date = "2023-03-23"
routes = [
"1000h.org/*",
]
[site]
bucket = "./.output/public"