This commit is contained in:
hailin 2025-07-29 16:29:26 +08:00
parent 96763b5524
commit 55ab815f45
2 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@ export default defineNuxtConfig({
host: '0.0.0.0' host: '0.0.0.0'
}, },
ignore: [ ignore: [
'pages/**/_*/**', 'src/pages/**/_*/**',
'pages/**/_*.*' 'src/pages/**/_*.*'
], ],
}); });

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",