This commit is contained in:
parent
a6efb59543
commit
7ba868ad93
|
|
@ -45,6 +45,7 @@ export default defineNuxtConfig({
|
|||
},
|
||||
ssr: !!envConfig.ssr,
|
||||
nitro: {
|
||||
compatibilityDate: '2025-07-29',
|
||||
externals: {inline: ['@matechat/core']},
|
||||
preset: 'node-server',
|
||||
prerender: {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"@vue/eslint-config-typescript": "^11.0.2",
|
||||
"eslint": "^8.25.0",
|
||||
"eslint-plugin-nuxt": "^4.0.0",
|
||||
"nuxt": "3.6.5",
|
||||
"nuxt": "3.18.0",
|
||||
"prettier": "^2.7.1",
|
||||
"sass-loader": "^16.0.5",
|
||||
"swiper": "^11.0.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue