source:
firebase.json
Last change on this file was 5d6f37a, checked in by , 7 weeks ago | |
---|---|
|
|
File size: 303 bytes |
Line | |
---|---|
1 | { |
2 | "hosting": { |
3 | "public": "public", |
4 | "target": "admin", |
5 | "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], |
6 | "rewrites": [ |
7 | { |
8 | "source": "**", |
9 | "run": { |
10 | "serviceId": "mvpmasters-admin", |
11 | "region": "europe-west3" |
12 | } |
13 | } |
14 | ] |
15 | } |
16 | } |
Note:
See TracBrowser
for help on using the repository browser.