Skip to content

Commit af377d0

Browse files
update nextjs demo to 16
1 parent 8c0215a commit af377d0

File tree

4 files changed

+929
-381
lines changed

4 files changed

+929
-381
lines changed

demo/nextjs-ssr-app/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference path="./.next/types/routes.d.ts" />
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)