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
-14
View File
@@ -1,14 +0,0 @@
import type { HonoApp } from '@repo/hono-helpers'
import type { SharedHonoEnv, SharedHonoVariables } from '@repo/hono-helpers/src/types'
export type Env = SharedHonoEnv & {
// add additional Bindings here
}
/** Variables can be extended */
export type Variables = SharedHonoVariables
export interface App extends HonoApp {
Bindings: Env
Variables: Variables
}