Files
zyzhixi_canva_mo/package.json
T

17 lines
470 B
JSON

{
"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"
}
}