This commit is contained in:
hailin 2025-07-29 14:06:27 +08:00
parent a6efb59543
commit 7ba868ad93
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ export default defineNuxtConfig({
}, },
ssr: !!envConfig.ssr, ssr: !!envConfig.ssr,
nitro: { nitro: {
compatibilityDate: '2025-07-29',
externals: {inline: ['@matechat/core']}, externals: {inline: ['@matechat/core']},
preset: 'node-server', preset: 'node-server',
prerender: { prerender: {

View File

@ -21,7 +21,7 @@
"@vue/eslint-config-typescript": "^11.0.2", "@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.25.0", "eslint": "^8.25.0",
"eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-nuxt": "^4.0.0",
"nuxt": "3.6.5", "nuxt": "3.18.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"sass-loader": "^16.0.5", "sass-loader": "^16.0.5",
"swiper": "^11.0.3", "swiper": "^11.0.3",