mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
chore(package): add output style to server:start
This commit is contained in:
parent
43229f0b99
commit
8407bce370
@ -12,7 +12,7 @@
|
||||
"server:test": "nx test server",
|
||||
"server:build": "nx build server",
|
||||
"server:coverage": "nx test server --coverage",
|
||||
"server:start": "nx run server:serve",
|
||||
"server:start": "nx run server:serve --outputStyle stream",
|
||||
"server:start-prod": "nx run server:start-prod",
|
||||
"electron:build": "nx build desktop",
|
||||
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user