first commit

This commit is contained in:
2026-01-02 15:49:01 +03:00
commit 4348f76a7c
80 changed files with 10133 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "q-buffer",
"private": true,
"packageManager": "pnpm@9.0.0",
"workspaces": [
"apps/*"
],
"scripts": {
"dev": "pnpm -C apps/server dev & pnpm -C apps/web dev --host 0.0.0.0",
"build": "pnpm -C apps/server build && pnpm -C apps/web build",
"start": "pnpm -C apps/server start"
}
}