From 28d1b6c25437b0461b8321b790002c72d42ad00e Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 28 Jul 2025 19:25:45 +0800 Subject: [PATCH] . --- php_pc/nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php_pc/nuxt.config.ts b/php_pc/nuxt.config.ts index 806ee58..7b0e88a 100644 --- a/php_pc/nuxt.config.ts +++ b/php_pc/nuxt.config.ts @@ -45,6 +45,9 @@ export default defineNuxtConfig({ }, ssr: !!envConfig.ssr, nitro: { + externals: { + inline: ['@matechat/core'] + }, preset: 'node-server', prerender: { routes: [], // 不渲染任何页面