mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
1f48191e10
added login tip added required password confirmation when registering
27 lines
458 B
JSON
27 lines
458 B
JSON
{
|
|
"database": {
|
|
"rules": "database.rules.json"
|
|
},
|
|
"hosting": {
|
|
"public": "public",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"redirects": [],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/soon.html"
|
|
}
|
|
],
|
|
"cleanUrls": true,
|
|
"trailingSlash": false
|
|
},
|
|
"functions": {
|
|
"predeploy": [
|
|
"npm --prefix \"$RESOURCE_DIR\" run lint"
|
|
]
|
|
}
|
|
}
|