summaryrefslogtreecommitdiff
path: root/src/env.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.ts')
-rw-r--r--src/env.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/env.ts b/src/env.ts
index a39f506..01b9713 100644
--- a/src/env.ts
+++ b/src/env.ts
@@ -1,6 +1,5 @@
export type Bindings = {
ASSETS: Fetcher;
- URL?: string;
REDIRECT_ROOT?: string;
};