diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-19 17:59:27 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-19 17:59:27 +0000 |
| commit | fc299846f087311b27d3c25e321d7492f52a5882 (patch) | |
| tree | 5b81868f95c492b8cb0a1418c753daf3d8173135 /apps | |
| parent | efbec1419ef4920816fb94330c38880b564ca1b1 (diff) | |
| download | karakeep-fc299846f087311b27d3c25e321d7492f52a5882.tar.zst | |
build: Fix build by committing next-env.d.ts
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/next-env.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/web/next-env.d.ts b/apps/web/next-env.d.ts new file mode 100644 index 00000000..4f11a03d --- /dev/null +++ b/apps/web/next-env.d.ts @@ -0,0 +1,5 @@ +/// <reference types="next" /> +/// <reference types="next/image-types/global" /> + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information. |
