chat-with-gpt/.gitpod.yml

6 lines
84 B
YAML
Raw Normal View History

2023-03-14 11:00:40 +00:00
tasks:
- init: cd webapp && npm install
command: cd webapp && npm run start