omertaAI / firebase.json
homixide55555's picture
Configure Firebase Hosting and smart API URL routing
6665dd0
Raw
History Blame Contribute Delete
145 Bytes
{
"hosting": {
"public": "omertaAI/frontend",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}