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

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

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

Loading…
Cancel
Save