monkeytype/firebase.json
Jack 99ce95dfac added db connection,
new highscore display
2020-05-14 18:57:09 +01:00

24 lines
381 B
JSON

{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [{
"source": "/app",
"destination": "/"
},
{
"source": "/**",
"destination": "/app"
}],
"cleanUrls": true,
"trailingSlash": false
}
}