Dgit
This commit is contained in:
AntoninoP 2024-06-26 23:49:22 +02:00
commit f44a521c37
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"indexes": "firestore.indexes.json"
},
"hosting": {
"public": "public",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",

View File

@ -5,6 +5,6 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
build: {
outDir: 'public',
outDir: 'dist',
},
});