Warning fix

This commit is contained in:
2026-03-23 19:36:18 -03:00
parent 2a8404f107
commit 19a1c76be1
+2 -1
View File
@@ -6,6 +6,7 @@ import eslint from 'vite-plugin-eslint'
export default defineConfig({
plugins: [react(),eslint(),],
build: {
outDir: '../Sites/AssadProd'
outDir: '../Sites/AssadProd',
emptyOutDir: true,
}
})