wesal/frontend/firebase.json
2025-07-20 10:01:32 +03:00

11 lines
137 B
JSON

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