mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init collaboration backend & adapt editor
This commit is contained in:
parent
83760064e7
commit
953de4cc67
7 changed files with 100 additions and 44 deletions
9
apps/collaboration/app.ts
Normal file
9
apps/collaboration/app.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { Hocuspocus } from "@hocuspocus/server";
|
||||
|
||||
// Configure the server …
|
||||
const server = new Hocuspocus({
|
||||
port: 1998,
|
||||
});
|
||||
|
||||
// … and run it!
|
||||
server.listen();
|
||||
Loading…
Add table
Add a link
Reference in a new issue