mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"node_version": "20",
|
|
"dockerfile_lines": ["RUN npm i -g corepack@latest"],
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"email_agent": "./src/agent.ts:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|