chat-with-gpt/.gitpod.yml

5 lines
150 B
YAML

tasks:
- init: cd app && npm install
command: cd app && npm run start
- init: cd server && npm install
command: cd server && npm run start