mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
feat(diagnostics): harden ingestion and delivery
This commit is contained in:
12
services/diagnostics-api/test/env.d.ts
vendored
Normal file
12
services/diagnostics-api/test/env.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { D1Migration } from "@cloudflare/vitest-pool-workers";
|
||||
|
||||
declare global {
|
||||
namespace Cloudflare {
|
||||
interface Env {
|
||||
INGEST_KEY: string;
|
||||
TEST_MIGRATIONS: D1Migration[];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user