blob: bae5b7b549024de3b93ef69748722e49d822ee44 [file] [log] [blame]
Adrià Vilanova Martíneze877a002021-09-03 22:03:01 +02001{
2 "hosting": {
3 "target": "twpt-dashboard",
4 "public": "frontend/dist",
5 "ignore": [
6 "firebase.json",
7 "**/.*",
8 "**/node_modules/**"
9 ],
10 "rewrites": [
11 {
12 "source": "**",
13 "destination": "/index.html"
14 }
15 ]
16 }
17}