diff --git a/php_pc/nuxt.config.ts b/php_pc/nuxt.config.ts index 31507a5..505521c 100644 --- a/php_pc/nuxt.config.ts +++ b/php_pc/nuxt.config.ts @@ -49,13 +49,12 @@ export default defineNuxtConfig({ inline: ['@matechat/core'] }, preset: 'node-server', - }, prerender: { routes: [], crawlLinks: false, failOnError: false }, - + }, vite: { ssr: { noExternal: ['@matechat/core'],