Files
stacjownik/firebase.json
T

11 lines
161 B
JSON

{
"hosting": {
"public": "dist",
"site": "stacjownik-td2",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}