first commit
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user