arabic-tts-api / firebase.json
AI Assistant
Deployment setup
a2609de
raw
history blame contribute delete
236 Bytes
{
"hosting": {
"public": "static",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}