aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/next-env.d.ts
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-19 17:59:27 +0000
committerMohamedBassem <me@mbassem.com>2024-03-19 17:59:27 +0000
commitfc299846f087311b27d3c25e321d7492f52a5882 (patch)
tree5b81868f95c492b8cb0a1418c753daf3d8173135 /apps/web/next-env.d.ts
parentefbec1419ef4920816fb94330c38880b564ca1b1 (diff)
downloadkarakeep-fc299846f087311b27d3c25e321d7492f52a5882.tar.zst
build: Fix build by committing next-env.d.ts
Diffstat (limited to 'apps/web/next-env.d.ts')
-rw-r--r--apps/web/next-env.d.ts5
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.