fix: Various fixes for collaborative editing beta (#2586)

This commit is contained in:
Tom Moor
2021-09-15 23:27:22 -07:00
committed by GitHub
parent cde2909296
commit 27736f66ef
7 changed files with 30 additions and 16 deletions

View File

@ -9,7 +9,7 @@ const isProduction = env.NODE_ENV === "production";
type LogCategory =
| "lifecycle"
| "collaboration"
| "hocuspocus"
| "http"
| "commands"
| "processor"