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 01567a0 commit a46e1edCopy full SHA for a46e1ed
package.json
@@ -4,8 +4,8 @@
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
7
- "start": "./node_modules/.bin/ng serve --proxy-config ./proxy.json",
8
- "server": "./node_modules/.bin/ts-node -P ./server/server.tsconfig.json ./server/server.ts",
+ "start": "ng serve --proxy-config ./proxy.json",
+ "server": "ts-node -P ./server/server.tsconfig.json ./server/server.ts",
9
"build": "ng build",
10
"test": "ng test",
11
"lint": "ng lint",
0 commit comments