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 0868576a72 Addresses #24
Divshot was purchased by Firebase
2015-10-29 12:05:28 -07:00

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"
}
]
}