Files
copilotkit__copilotkit/examples/v2/runtime/cf-workers/wrangler.toml
Alem Tuzlak 68f9b8ad45 feat(examples): add runtime adapter examples for Express, Hono, Node, Deno, Elysia, and CF Workers
Example projects demonstrating the new fetch-based runtime adapters
across six server frameworks/runtimes.
2026-04-03 18:41:29 +02:00

7 lines
106 B
TOML

name = "copilotkit-runtime"
main = "src/index.ts"
compatibility_date = "2025-02-01"
[vars]
PORT = "4006"