Files
onearmy-community-platform/.gitpod.yml
2023-10-08 15:21:09 +02:00

14 lines
260 B
YAML

image: node:20
tasks:
- init: yarn install && yarn run build
command: yarn run start
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-browser
github:
prebuilds:
branches: true