dda9569b80
---ci--- phase: 1 milestone: v0.2 status: complete ---/ci--- REQ-2-001/002/003 complete. apps/ai-service: FastAPI + provider-agnostic LLM layer (ollama-cloud/local/mock) + D-016 SSE envelope + 20 tests (mock-only, cloud-free guard) + ruff + turbo/pnpm integration.
39 lines
767 B
JSON
39 lines
767 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
|
|
},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"lint": {
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"typecheck": {
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
},
|
|
"@nextcraft/ai-service#dev": {
|
|
"cache": false,
|
|
"persistent": true,
|
|
"outputs": []
|
|
},
|
|
"@nextcraft/ai-service#test": {
|
|
"cache": false,
|
|
"outputs": []
|
|
},
|
|
"@nextcraft/ai-service#bootstrap": {
|
|
"cache": false,
|
|
"outputs": []
|
|
},
|
|
"@nextcraft/ai-service#lint": {
|
|
"cache": false,
|
|
"outputs": []
|
|
}
|
|
}
|
|
} |