Files
station-manager-2.0/firebase.json
T
2022-08-18 23:58:38 +02:00

11 lines
132 B
JSON

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