From f9c4408126db7dd332e662bf5bd3406c61bc80e5 Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Sat, 4 Sep 2021 19:05:04 +0200 Subject: [PATCH] Update `yarn start:server` to watch for changes (#338) --- 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",