pokemon-js/firebase.json
Chase Manning 4fc7045531 👷 setup ci/cd
2023-09-05 09:39:12 +03:00

16 lines
235 B
JSON

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