File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "apiopenplannerX"
1313 ],
1414 "serviceapi": [
15- "serviceapiX"
16- ],
17- "conferencecenterrX": [
18- "dist"
19- ],
20- "apiopenplannerX": [
21- "api-swagger"
22- ],
23- "serviceapiX": [
24- "serviceapi-swagger"
15+ "serviceapiX"
2516 ]
2617 }
2718 }
Original file line number Diff line number Diff line change @@ -73,15 +73,17 @@ firebase login
7373firebase use openplanner
7474```
7575
76- 6 . Configure hosting targets with the Firebase CLI (adjust names to your actual Hosting sites ):
76+ 6 . Configure hosting targets with the Firebase CLI (replace X with your actual target suffix ):
7777
7878```
7979firebase target:apply hosting conferencecenterrX dist
8080firebase target:apply hosting apiopenplannerX api-swagger
8181firebase target:apply hosting serviceapiX serviceapi-swagger
8282```
8383
84- 7 . Deploy: ` firebase deploy ` .
84+ firebase target: apply hosting conferencecenterr conferencecenterrX
85+ firebase target: apply hosting apiopenplanner apiopenplannerX
86+ firebase target: apply hosting serviceapi serviceapiX 7. Deploy: ` firebase deploy ` .
8587
86888 . Run frontend app: ` npm run start ` . Your app is available on ` http://localhost:3000/ ` .
8789
You can’t perform that action at this time.
0 commit comments