chore: initialize application scaffold
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "react-bq-01",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"apps/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run dev -w @example/api\" \"npm run dev -w @example/web\" \"npm run dev -w @example/admin\"",
|
||||
"build": "npm run build -w @example/api && npm run build -w @example/web && npm run build -w @example/admin",
|
||||
"start:api": "npm run start -w @example/api"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user