mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
feat: add config.json for deployment and update dependencies in bun.lock and nuxt.config.ts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user