diff options
| author | Dhravya <[email protected]> | 2024-03-30 14:50:42 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 14:50:42 -0700 |
| commit | 2e6d1ce574d446c425fc29154b2f55ce5060185e (patch) | |
| tree | f713b4feed078d3de5b70f3e1c2d1a10542fa9a0 /apps/web/env.d.ts | |
| parent | added policy (diff) | |
| download | archived-supermemory-2e6d1ce574d446c425fc29154b2f55ce5060185e.tar.xz archived-supermemory-2e6d1ce574d446c425fc29154b2f55ce5060185e.zip | |
fix: hot update in dev mode! FINALLY
Diffstat (limited to 'apps/web/env.d.ts')
| -rw-r--r-- | apps/web/env.d.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/apps/web/env.d.ts b/apps/web/env.d.ts index db5d795b..1d23e2bc 100644 --- a/apps/web/env.d.ts +++ b/apps/web/env.d.ts @@ -1,12 +1,12 @@ declare global { - namespace NodeJS { - interface ProcessEnv { - [key: string]: string | undefined; - DATABASE: D1Database; - VECTORIZE_INDEX: VectorizeIndex; - AI: any + namespace NodeJS { + interface ProcessEnv { + [key: string]: string | undefined; + DATABASE: D1Database; + VECTORIZE_INDEX: VectorizeIndex; + AI: any + } } } -} - -export { };
\ No newline at end of file + + export { };
\ No newline at end of file |