We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d50db2 commit cff4440Copy full SHA for cff4440
2 files changed
src/app.ts
@@ -15,8 +15,6 @@ export type Env = {
15
}
16
Bindings: {
17
ASSETS?: Fetcher
18
- __STATIC_CONTENT?: KVNamespace
19
- MCP_OBJECT?: DurableObjectNamespace
20
21
22
src/index.ts
@@ -16,7 +16,6 @@ export const app = new Hono<{
}>()
0 commit comments