Skip to content

Commit d14b569

Browse files
committed
package.json: fix typo in the start task
1 parent 49afa90 commit d14b569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"scripts": {
55
"ng": "ng",
6-
"start": "ng serve --host 0.0.0.0 --proxy-config proxy-intelilj.conf.json --poll",
6+
"start": "ng serve --host 0.0.0.0 --proxy-config proxy-intellij.conf.json --poll",
77
"stub": "run-p json-server serve-stub",
88
"serve-stub": "ng serve --host 0.0.0.0 --proxy-config proxy.conf.json --poll",
99
"json-server": "cp initial-json-server.db.json json-server.db.json && node json-server.js",

0 commit comments

Comments
 (0)