落地 synastry/star/ask API 与 H5 页面,补齐 cece-frontend-re complete-design 证据文档,并加入 Android 模拟器截图抓取脚本。 Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
733 B
JSON
22 lines
733 B
JSON
{
|
|
"name": "yuxingu",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/user-h5",
|
|
"apps/admin-h5",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev:h5": "npm run dev -w @yuxingu/user-h5",
|
|
"build:h5": "npm run build -w @yuxingu/user-h5",
|
|
"dev:api": "cd apps/api && go run ./cmd/server",
|
|
"deps:up": "docker compose -f docker-compose.dev.yml up -d",
|
|
"deps:down": "docker compose -f docker-compose.dev.yml down",
|
|
"deps:ps": "docker compose -f docker-compose.dev.yml ps",
|
|
"test:h5": "npm run test -w @yuxingu/user-h5",
|
|
"test:e2e": "npm run test:e2e -w @yuxingu/user-h5",
|
|
"test:api": "cd apps/api && go test ./...",
|
|
"test:api:integration": "cd apps/api && go test ./internal/integration/ -count=1"
|
|
}
|
|
}
|