diff --git a/php_pc/nuxt.config.ts b/php_pc/nuxt.config.ts index d30a36a..960f94c 100644 --- a/php_pc/nuxt.config.ts +++ b/php_pc/nuxt.config.ts @@ -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'],