aboutsummaryrefslogtreecommitdiff
path: root/demos/hello-next/next-env.d.ts
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-08-19 00:45:29 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-08-19 00:45:29 -0700
commit0826f7710186d7ec26d8d2b284ef8f89186d9350 (patch)
treeda4ead7ff1e0b7cb5b321703acebdf33ad9d5f8f /demos/hello-next/next-env.d.ts
parentc92c7beececaabbfd449af62511857c694ec8f87 (diff)
downloadbun-0826f7710186d7ec26d8d2b284ef8f89186d9350.tar.gz
bun-0826f7710186d7ec26d8d2b284ef8f89186d9350.tar.zst
bun-0826f7710186d7ec26d8d2b284ef8f89186d9350.zip
Fix loading client-side CSS during page transitions
Former-commit-id: f2b6acad6a2e77d3982dd684f88edca222edab06
Diffstat (limited to 'demos/hello-next/next-env.d.ts')
-rw-r--r--demos/hello-next/next-env.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/hello-next/next-env.d.ts b/demos/hello-next/next-env.d.ts
new file mode 100644
index 000000000..9bc3dd46b
--- /dev/null
+++ b/demos/hello-next/next-env.d.ts
@@ -0,0 +1,6 @@
+/// <reference types="next" />
+/// <reference types="next/types/global" />
+/// <reference types="next/image-types/global" />
+
+// NOTE: This file should not be edited
+// see https://nextjs.org/docs/basic-features/typescript for more information.