itty-bitty/firebase.json
2022-01-18 23:57:49 -08:00

24 lines
353 B
JSON

{
"hosting": {
"public": "docs",
"ignore": [
"**.md",
"**.sh",
"**/.*",
"**/.git/**",
"**/node_modules/**",
"firebase.json",
"index.src/**",
"LICENSE",
"samples/**",
"src/**"
],
"rewrites": [
{
"source": "/**/",
"function": "index"
}
]
}
}