Add crdt as a separate package

This commit is contained in:
Hakan Shehu
2024-11-07 09:32:26 +01:00
parent 8a5409ad29
commit 3042625e34
11 changed files with 130 additions and 61 deletions

View File

@@ -14,7 +14,7 @@
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"watch": "turbo watch build --filter=@colanode/core --filter=@colanode/server --filter=@colanode/desktop",
"watch": "turbo watch build --filter=@colanode/core --filter=@colanode/crdt --filter=@colanode/server --filter=@colanode/desktop",
"lint": "turbo run lint --parallel",
"test": "turbo run test -- --watch false",
"format": "prettier --write ."