My-website/wrangler.toml
2025-02-01 08:39:04 -07:00

17 lines
311 B
TOML

name = "personal-site"
main = "src/worker/index.ts"
compatibility_date = "2024-02-01"
[build]
command = "npm run build:worker"
[env.production]
name = "personal-site"
vars = { ENVIRONMENT = "production" }
[env.development]
name = "personal-site-dev"
vars = { ENVIRONMENT = "development" }
[dev]
port = 8787