mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 23:21:30 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { Env } from './context'
|
||||
|
||||
export default {
|
||||
fetch: (_request, _env, _ctx) => {
|
||||
return new Response('hello, world!')
|
||||
},
|
||||
} satisfies ExportedHandler<Env>
|
||||
Reference in New Issue
Block a user