b5a62ee9a3
- domain: User, Workspace, Project, AssetLibrary, Asset, IngestJob - ports: repository interfaces - application: use cases - adapters: in-memory - API: FastAPI 5 routes - worker: Celery ingest_asset - tests: 4 passing
15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"name": "xiaoxia-saas",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/web"
|
|
],
|
|
"scripts": {
|
|
"dev:web": "npm --workspace apps/web run dev",
|
|
"build:web": "npm --workspace apps/web run build",
|
|
"lint:web": "npm --workspace apps/web run lint",
|
|
"lint": "npm run lint:web",
|
|
"test": "echo TODO: add frontend/backend tests"
|
|
}
|
|
}
|