mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 09:46:25 +08:00
7 lines
No EOL
153 B
YAML
7 lines
No EOL
153 B
YAML
tasks:
|
|
- before: nvm install 10 && nvm use 10
|
|
init: npm install
|
|
command: npm run start
|
|
ports:
|
|
- port: 8080
|
|
onOpen: open-preview |