mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
17 lines
236 B
JSON
17 lines
236 B
JSON
|
{
|
||
|
"hosting": {
|
||
|
"public": "public",
|
||
|
"ignore": [
|
||
|
"firebase.json",
|
||
|
"**/.*",
|
||
|
"**/node_modules/**"
|
||
|
],
|
||
|
"rewrites": [
|
||
|
{
|
||
|
"source": "**",
|
||
|
"destination": "/index.html"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|