reaction/firebase.json
Daniel Svitan 405300939d Adds firebase
2023-05-16 18:14:46 -07:00

11 lines
134 B
JSON

{
"hosting": {
"public": "build/",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}