buster/apps/web-tss/wrangler.toml

12 lines
291 B
TOML
Raw Normal View History

2025-09-03 01:16:56 +08:00
# wrangler.toml
2025-09-03 01:18:41 +08:00
"$schema" = "node_modules/wrangler/config-schema.json"
2025-09-03 01:16:56 +08:00
name = "web-tss"
main = "./.output/server/index.mjs"
compatibility_date = "2025-09-02"
2025-09-03 04:21:41 +08:00
compatibility_flags = ["nodejs_compat", "no_nodejs_compat_v2"]
2025-09-03 01:16:56 +08:00
[assets]
2025-09-03 01:18:41 +08:00
directory = ".output/public"
[observability]
enabled = true