yude-moe/firebase.json

12 lines
152 B
JSON

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