This commit is contained in:
hailin 2025-07-28 21:26:45 +08:00
parent 39fe6b0727
commit 80cd4d91a8
1 changed files with 1 additions and 2 deletions

View File

@ -49,13 +49,12 @@ export default defineNuxtConfig({
inline: ['@matechat/core']
},
preset: 'node-server',
},
prerender: {
routes: [],
crawlLinks: false,
failOnError: false
},
},
vite: {
ssr: {
noExternal: ['@matechat/core'],