From 8309f5cb515898f658939c01aff4414f6275dbfd Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 29 Jul 2025 14:29:51 +0800 Subject: [PATCH] . --- php_pc/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],