mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
d77f3475a6
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
699 B
JSON
28 lines
699 B
JSON
{
|
|
"name": "agent-langraph-interrupt",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "apps/agent/src",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"dev": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "pnpm --filter agent-langraph-interrupt dev"
|
|
}
|
|
},
|
|
"build": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "node -e \"console.log('Agent app has no separate build target yet.')\""
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "node -e \"console.log('Agent app has no lint target yet.')\""
|
|
}
|
|
}
|
|
},
|
|
"tags": []
|
|
}
|