PracticeKea-UI/firebase.json

18 lines
261 B
JSON
Raw Normal View History

2025-10-27 14:46:51 +00:00
{
"hosting": {
"target" : "default",
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}