feat: add config.json for deployment and update dependencies in bun.lock and nuxt.config.ts

This commit is contained in:
2025-09-30 11:37:24 +02:00
parent f73276df8f
commit 506152a986
3 changed files with 17 additions and 6 deletions

View File

@@ -51,6 +51,12 @@ export default defineNuxtConfig({
},
},
vite: {
build: {
sourcemap: false,
},
},
// Nuxt Color Mode
colorMode: {
preference: 'system',
@@ -108,9 +114,13 @@ export default defineNuxtConfig({
// Nitro
nitro: {
experimental: {
websocket: true,
openAPI: true,
},
preset: 'cloudflare-module',
cloudflare: {
deployConfig: true,
nodeCompat: true,
},
},
// Nuxt Env