llminators / webapp /firebase.json
hugging2021's picture
Upload folder using huggingface_hub
6e97887 verified
{
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}