mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 14:42:38 +10:00
feat: standalone collab server (#767)
* feat: standalone collab server * * custom collab server port env * fix collab start script command * * API prefix * Log startup PORT * Tweak collab debounce
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"build": "nx run-many -t build",
|
||||
"start": "pnpm --filter ./apps/server run start:prod",
|
||||
"collab": "pnpm --filter ./apps/server run collab:prod",
|
||||
"server:build": "nx run server:build",
|
||||
"client:build": "nx run client:build",
|
||||
"editor-ext:build": "nx run @docmost/editor-ext:build",
|
||||
|
||||
Reference in New Issue
Block a user