Files
sonr/web/dash/wrangler.toml
T

29 lines
609 B
TOML
Raw Normal View History

2025-10-03 14:45:52 -04:00
main = ".open-next/worker.js"
name = "highway-dash"
compatibility_date = "2025-03-25"
compatibility_flags = ["nodejs_compat"]
[dev]
port = 3200
[assets]
directory = ".open-next/assets"
binding = "ASSETS"
# Development environment (default)
[env.development]
# Add any development-specific environment variables here
# Production environment
[env.production]
# Add any production-specific environment variables here
# Build configuration is handled separately by opennextjs-cloudflare
[build]
command = "opennextjs-cloudflare build"
cwd = "."
# Analytics and observability
[observability]
enabled = true