From 1f9615d9f27e17129781de37562f6a9d5e4e61c3 Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Sat, 4 Sep 2021 18:20:55 +0200 Subject: [PATCH] Update `yarn start:server` to watch for changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c50363e7f..3fb153cf0 100644 --- a/package.json +++ b/package.json @@ -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",