chat-with-gpt/.gitpod.yml

5 lines
150 B
YAML
Raw Permalink Normal View History

2023-03-14 11:00:40 +00:00
tasks:
2023-04-29 17:37:18 +00:00
- init: cd app && npm install
command: cd app && npm run start
- init: cd server && npm install
command: cd server && npm run start