trilium/.gitpod.yml

12 lines
207 B
YAML
Raw Normal View History

2019-10-14 17:55:12 +08:00
image:
file: .gitpod.dockerfile
tasks:
- before: nvm install 16.18.0 && nvm use 16.18.0
init: npm install
2019-10-14 17:55:12 +08:00
command: npm run start-server
ports:
- port: 8080
2021-10-15 04:22:27 +08:00
onOpen: open-preview