chore(package): add output style to server:start

This commit is contained in:
Elian Doran 2025-07-24 13:57:23 +03:00
parent 43229f0b99
commit 8407bce370
No known key found for this signature in database

View File

@ -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",