wesal/firebase.json
2025-07-16 15:02:18 +03:00

11 lines
137 B
JSON

{
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}