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-02-17 22:05:27 +08:00
- before: nvm install 16.19.1 && nvm use 16.19.1
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