mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
7 lines
153 B
YAML
7 lines
153 B
YAML
tasks:
|
|
- before: nvm install 10 && nvm use 10
|
|
init: npm install
|
|
command: npm run start
|
|
ports:
|
|
- port: 8080
|
|
onOpen: open-preview |