This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/firebase.json
Matthew Dillon 6810c209d8 update merge
2015-10-29 12:09:26 -07:00

23 lines
391 B
JSON

{
"firebase": "clostridium-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"
}
]
}