mirror of
https://github.com/langchain-ai/langgraph-supervisor-js.git
synced 2026-07-01 16:21:20 -04:00
12 lines
165 B
JSON
12 lines
165 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["**/dist/**"]
|
|
},
|
|
"build:internal": {
|
|
"dependsOn": ["^build:internal"]
|
|
}
|
|
}
|
|
}
|