APG/.gitpod.yml
2025-03-28 23:35:26 +03:00

8 lines
100 B
YAML

ports:
- port: 3000
onOpen: open-preview
tasks:
- init: npm install
command: npm start