mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-05 03:05:03 +08:00
23 lines
381 B
JSON
23 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
|
|
}
|
|
}
|