mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
68f9b8ad45
Example projects demonstrating the new fetch-based runtime adapters across six server frameworks/runtimes.
11 lines
253 B
JSON
11 lines
253 B
JSON
{
|
|
"nodeModulesDir": "manual",
|
|
"tasks": {
|
|
"dev": "deno run --allow-net --allow-env --allow-read --watch src/index.ts",
|
|
"start": "deno run --allow-net --allow-env --allow-read src/index.ts"
|
|
},
|
|
"compilerOptions": {
|
|
"strict": true
|
|
}
|
|
}
|