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:
2023-10-18 15:40:00 +08:00
- before: nvm install 18.18.2 && nvm use 18.18.2
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