From 4b4cdd432d28f16c83a46295b59be2ec3a47c70f Mon Sep 17 00:00:00 2001 From: Cogent Apps Date: Sat, 29 Apr 2023 17:37:18 +0000 Subject: [PATCH] update gitpod configuration --- .gitpod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 8a7a49b8..4f773c1a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - init: cd webapp && npm install - command: cd webapp && npm run start - - + - init: cd app && npm install + command: cd app && npm run start + - init: cd server && npm install + command: cd server && npm run start \ No newline at end of file