This commit is contained in:
hailin 2025-07-29 14:29:51 +08:00
parent 7ba868ad93
commit 8309f5cb51
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,6 @@ export default defineNuxtConfig({
},
ssr: !!envConfig.ssr,
nitro: {
compatibilityDate: '2025-07-29',
externals: {inline: ['@matechat/core']},
preset: 'node-server',
prerender: {
@ -54,6 +53,7 @@ export default defineNuxtConfig({
failOnError: false
},
},
compatibilityDate: '2025-07-29',
vite: {
ssr: {
noExternal: ['@matechat/core'],