feat: 集成 Wrangler 并添加 KV 支持
This commit is contained in:
3
worker-configuration.d.ts
vendored
3
worker-configuration.d.ts
vendored
@@ -1,8 +1,9 @@
|
||||
/* eslint-disable */
|
||||
// Generated by Wrangler by running `wrangler types` (hash: 869ac3b4ce0f52ba3b2e0bc70c49089e)
|
||||
// Generated by Wrangler by running `wrangler types` (hash: a5d3a0d06638640f4072385a766cb44d)
|
||||
// Runtime types generated with workerd@1.20250902.0 2025-09-09
|
||||
declare namespace Cloudflare {
|
||||
interface Env {
|
||||
KV: KVNamespace;
|
||||
}
|
||||
}
|
||||
interface Env extends Cloudflare.Env {}
|
||||
|
Reference in New Issue
Block a user