text-transformer / firebase.json
OnyxlMunkey's picture
Text Transformer: Docker app for HF Space
0f5ca68
raw
history blame contribute delete
234 Bytes
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}