Configure hocuspocus to run on localhost!

This commit is contained in:
Kabiru Mwenja
2026-02-12 21:18:28 +03:00
parent 90a0690f37
commit 1a75ca8116
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
web: bundle exec rails server
angular: npm run serve
worker: bundle exec good_job start
hocuspocus: cd extensions/op-blocknote-hocuspocus && SECRET=$OPENPROJECT_COLLABORATIVE__EDITING__HOCUSPOCUS__SECRET npm run dev