23 lines
392 B
JSON
23 lines
392 B
JSON
{
|
|
"firebase": "hymenobacter-test",
|
|
"public": "./dist",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/tests",
|
|
"destination": "/tests/index.html"
|
|
},
|
|
{
|
|
"source": "/tests/**",
|
|
"destination": "/tests/index.html"
|
|
},
|
|
{
|
|
"source": "/**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|