Files
digital-psychology/package.json
T
jackyu66gitandCursor 0f320e040b feat: P1 profile/portrait API and freeze local-dev environment
Add host-first environment contracts (Local vs CI vs Prod), deps-only
compose, and the Profile → Portrait → deep-access mock payment slice
with device identity and auto-migrate on API startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-02 16:24:57 +08:00

18 lines
491 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"
}
}