Ajouter 'Sources/justMUSIC/firebase.json'
continuous-integration/drone/push Build is failing Details

DRONE
Emre KARTAL 1 year ago
parent 1b3102d9ff
commit 3d7f368724

@ -0,0 +1,16 @@
{
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Loading…
Cancel
Save