trilium/.gitpod.yml
2024-07-17 00:01:33 +03: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 start-server
ports:
- port: 8080
onOpen: open-preview