trilium/.gitpod.yml
2025-05-09 15:03:27 +08:00

12 lines
199 B
YAML

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