16 lines
232 B
JSON
16 lines
232 B
JSON
{
|
|
"firebase": "angular-fire-2",
|
|
"public": ".",
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "/api",
|
|
"type": 302
|
|
}
|
|
],
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
]
|
|
}
|