Adrià Vilanova MartÃnez | e877a00 | 2021-09-03 22:03:01 +0200 | [diff] [blame^] | 1 | { |
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 | } |