summaryrefslogtreecommitdiff
path: root/src/env.ts
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-15 19:28:16 -0400
committerGitHub <[email protected]>2024-10-15 23:28:16 +0000
commit8b48cbd5010e3ce8c41406aafcd10b920a927102 (patch)
tree2402707e82a7afb4af39f37222afd0940f1422ff /src/env.ts
parent08912b439bd61088dd849b9342a81341fa9e4a23 (diff)
tidy up (#328)
* nix: tidy up flake * ci: tidy up workflows * cleanup bindings
Diffstat (limited to 'src/env.ts')
-rw-r--r--src/env.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/env.ts b/src/env.ts
deleted file mode 100644
index 2ee3db7..0000000
--- a/src/env.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-export type Bindings = {
- REDIRECT_ROOT?: string;
- TEAWIE_API: KVNamespace;
-};
-
-export type Variables = Record<string, never>;