- 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
14 lines
216 B
TOML
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"
|