Files
chat-with-gpt/.gitpod.yml
2023-04-29 17:37:18 +00:00

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