mirror of
https://github.com/DerTyp7/secure-key-gen-react.git
synced 2025-10-28 12:22:14 +01:00
13 lines
186 B
JSON
13 lines
186 B
JSON
{
|
|
"hosting": {
|
|
"public": "dist",
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
],
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
|
}
|
|
}
|