name = "dashboard"
type = "javascript" # or "module" if you are using the modules syntax
main = ".vercel/output/static/_worker.js/index.js"
compatibility_date = "2024-08-24"
compatibility_flags = [ "nodejs_compat" ]
[site]
bucket = ".vercel/output/static"
[env]
workers_dev = true # or false if you're deploying to a custom domain
[build]
command = "npm run cfbuild"
name = "dashboard"
type = "javascript" # or "module" if you are using the modules syntax
main = ".vercel/output/static/_worker.js/index.js"
compatibility_date = "2024-08-24"
compatibility_flags = [ "nodejs_compat" ]
[site]
bucket = ".vercel/output/static"
[env]
workers_dev = true # or false if you're deploying to a custom domain
[build]
command = "npm run cfbuild"