main
Last change
on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
303 bytes
|
Rev | Line | |
---|
[5d6f37a] | 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.