Files
sonr/web/auth/wrangler.toml
T
Prad NukalaandGitHub 13e6c3e84d Master (#1262)
* clear

* feat: Add everything

* fix: Commenht
2025-10-03 14:45:52 -04:00

29 lines
613 B
TOML

main = ".open-next/worker.js"
name = "highway-auth"
compatibility_date = "2025-03-25"
compatibility_flags = ["nodejs_compat"]
[dev]
port = 3100
[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 = "npx opennextjs-cloudflare build"
cwd = "."
# Analytics and observability
[observability]
enabled = true