mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
24 lines
353 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|