File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "projects": {
3+ "default": "quantum-model-generator"
4+ }
5+ }
Original file line number Diff line number Diff line change 1+ {
2+ "hosting" : {
3+ "public" : " build" ,
4+ "ignore" : [
5+ " firebase.json" ,
6+ " **/.*" ,
7+ " **/node_modules/**"
8+ ],
9+ "rewrites" : [{
10+ "source" : " **" ,
11+ "destination" : " /index.html"
12+ }]
13+ }
14+ }
Original file line number Diff line number Diff line change 6363 "@babel/plugin-proposal-private-property-in-object" : " ^7.16.7" ,
6464 "@types/react-katex" : " ^3.0.4" ,
6565 "@types/styled-components" : " ^5.1.26" ,
66- "jest-sonar-reporter" : " ^2.0.0"
66+ "jest-sonar-reporter" : " ^2.0.0" ,
67+ "firebase-tools" : " ^13.3.0"
6768 }
6869}
Original file line number Diff line number Diff line change 1- const host = 'http://localhost :3001' ;
1+ const host = 'http://44.240.61.16 :3001' ;
22export default host ;
You can’t perform that action at this time.
0 commit comments