mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-03 03:19:59 -06: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 |