fcc-boilerplate-mongomongoose/.gitpod.yml
2024-06-03 13:39:13 -07:00

10 lines
161 B
YAML

image: gitpod/workspace-node-lts
ports:
- port: 3000
onOpen: open-preview
visibility: public
tasks:
- init: npm install
command: npm run start