1 | { |
2 | "hosting": { |
3 | "public": "docsite/dist", |
4 | "ignore": [ |
5 | "firebase.json", |
6 | "**/.*", |
7 | "**/node_modules/**" |
8 | ] |
9 | } |
10 | } |
1 | { |
2 | "hosting": { |
3 | "public": "docsite/dist", |
4 | "ignore": [ |
5 | "firebase.json", |
6 | "**/.*", |
7 | "**/node_modules/**" |
8 | ] |
9 | } |
10 | } |