mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
29 lines
613 B
TOML
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
|