Notes/.gitpod.yml
2025-02-13 22:53:40 +01:00

12 lines
207 B
YAML

image:
file: .gitpod.dockerfile
tasks:
- before: nvm install 20.15.1 && nvm use 20.15.1
init: npm install
command: npm run server:start
ports:
- port: 8080
onOpen: open-preview