update gitpod configuration

main
Cogent Apps 2023-04-29 17:37:18 +00:00
parent ed591ff72d
commit 4b4cdd432d
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
tasks: tasks:
- init: cd webapp && npm install - init: cd app && npm install
command: cd webapp && npm run start command: cd app && npm run start
- init: cd server && npm install
command: cd server && npm run start