Sink/wrangler.toml
ccbikai f215c58eae chore: disable sourcemaps and update build configs
- Disables sourcemap generation in Nuxt for production optimization
- Adds esbuild to pnpm workspace built dependencies
- Updates Cloudflare Worker configuration to use Node.js compatibility mode
- Removes source map upload from worker configuration

These changes optimize the production build process and enhance worker compatibility.v
2025-05-20 21:32:27 +08:00

14 lines
216 B
TOML

name = "sink"
main = "dist/server/index.mjs"
compatibility_date = "2025-05-08"
compatibility_flags = [ "nodejs_compat" ]
[assets]
directory = "dist/public"
binding = "ASSETS"
[dev]
port = 3000
[ai]
binding = "AI"