initial commit

This commit is contained in:
2026-07-14 21:31:59 -07:00
commit bd79966218
61 changed files with 19379 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "lxc-streamutils",
"private": true,
"packageManager": "pnpm@10.12.1",
"workspaces": ["apps/*", "packages/*"],
"scripts": {
"build": "npm --workspace @lxc/protocol run build && npm --workspace @lxc/live-client run build && npm --workspace @lxc/server run build && npm --workspace @lxc/web run build",
"check": "npm --workspace @lxc/protocol run check && npm --workspace @lxc/live-client run check && npm --workspace @lxc/server run check && npm --workspace @lxc/web run check",
"test": "npm run build && npm --workspace @lxc/protocol run test && npm --workspace @lxc/live-client run test && npm --workspace @lxc/server run test",
"dev": "npm --workspace @lxc/server run dev"
}
}