Files
Ran Shemtov d77f3475a6 feat: create use-interrupt hook (#3184)
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 15:50:21 +01:00

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": []
}