ObjToSchematic/firebase.json
2023-03-01 18:06:13 +00:00

17 lines
237 B
JSON

{
"hosting": {
"public": "webpack",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}