We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49afa90 commit d14b569Copy full SHA for d14b569
frontend/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.1",
4
"scripts": {
5
"ng": "ng",
6
- "start": "ng serve --host 0.0.0.0 --proxy-config proxy-intelilj.conf.json --poll",
+ "start": "ng serve --host 0.0.0.0 --proxy-config proxy-intellij.conf.json --poll",
7
"stub": "run-p json-server serve-stub",
8
"serve-stub": "ng serve --host 0.0.0.0 --proxy-config proxy.conf.json --poll",
9
"json-server": "cp initial-json-server.db.json json-server.db.json && node json-server.js",
0 commit comments