Browse Source

Update `yarn start:server` to watch for changes (#338)

pull/340/head
Ivo Valchev 3 years ago
committed by GitHub
parent
commit
f9c4408126
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -36,7 +36,7 @@
"start": "node dist/apps/api/main", "start": "node dist/apps/api/main",
"start:client": "ng serve client --hmr -o", "start:client": "ng serve client --hmr -o",
"start:prod": "node apps/api/main", "start:prod": "node apps/api/main",
"start:server": "nx serve api", "start:server": "nx serve api --watch",
"test": "nx test", "test": "nx test",
"ts-node": "ts-node --compiler-options '{\"module\":\"CommonJS\"}'", "ts-node": "ts-node --compiler-options '{\"module\":\"CommonJS\"}'",
"update": "nx migrate latest", "update": "nx migrate latest",

Loading…
Cancel
Save