remove datacollection endpoint

This commit is contained in:
Devin Zuczek
2026-06-30 16:28:50 -04:00
parent 8a40be4391
commit ce5a3551fa
10 changed files with 0 additions and 12242 deletions
-12
View File
@@ -1,12 +0,0 @@
// oxlint-disable @typescript-eslint/consistent-type-imports
type LocalEnv = import('./src/context').Env
type MainModule = typeof import('./src/datacollection.app')
// Add Env to Cloudflare namespace so that we can access it via
// import { env } from 'cloudflare:workers'
declare namespace Cloudflare {
interface Env extends LocalEnv {}
interface GlobalProps {
mainModule: MainModule
}
}