monkeytype/firebase.json
2020-07-04 13:07:59 +01:00

27 lines
482 B
JSON

{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [{
"source": "/soon",
"destination": "/",
"type": 301
}],
"rewrites": [{
"source": "**",
"destination": "/index.html"
}],
"cleanUrls": true,
"trailingSlash": false
}
// },
// "functions": {
// "predeploy": [
// "npm --prefix \"$RESOURCE_DIR\" run lint"
// ]
// }
}