/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-adding-an-edge-func-33881e036f5d-adding-an-edge-function-s0374-c0000.md
Adding an Edge Function - hono-docs
Adding an Edge Function Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt adding an edge function S...
Adding an Edge Function
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#adding-an-edge-function
Summary
- Inside your Supabase project, create a new Edge Function named
hello-world:bash supabase functions new hello-worldThis command creates a new Edge Function with the specified name in your project.
Content
- Inside your Supabase project, create a new Edge Function named
hello-world:
supabase functions new hello-world
This command creates a new Edge Function with the specified name in your project.