build: allow vite to access 'index.html'

This commit is contained in:
鲁树人
2025-10-14 07:54:21 +09:00
parent 8093d30579
commit f49f629917

View File

@@ -32,6 +32,7 @@ export default defineConfig({
// strict: false, // strict: false,
allow: [ allow: [
'index.html',
'src', 'src',
'node_modules', 'node_modules',