chore(nx): add server:start

This commit is contained in:
Elian Doran 2025-04-25 08:49:04 +03:00
parent 12581a5363
commit 12977f145c
No known key found for this signature in database

View File

@ -8,6 +8,7 @@
"scripts": {
"client:build": "nx build client",
"server:build": "nx build server",
"server:start": "nx run-many --target=serve --projects=client,server --parallel",
"server:start-prod": "pnpm server:build && cross-env TRILIUM_DATA_DIR=apps/server/data node apps/server/dist/main.js",
"electron:build": "nx build desktop"
},