File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/// <reference types="next" />
2
2
/// <reference types="next/image-types/global" />
3
+ /// <reference path="./.next/types/routes.d.ts" />
3
4
4
5
// NOTE: This file should not be edited
5
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 12
12
"fix:lint:eslint" : " eslint --fix ." ,
13
13
"fix:lint:stylelint" : " stylelint --fix 'src/**/*.scss'" ,
14
14
"pull:env" : " [ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_34F8THr7mZ3eAOQoCLdo8xWj9fdT vercel env pull" ,
15
- "start:dev" : " next dev --port 3006 --turbopack " ,
15
+ "start:dev" : " next dev --port 3006" ,
16
16
"start:prod" : " next start --port 3006" ,
17
17
"test:format" : " prettier --check ." ,
18
18
"test:lint:eslint" : " eslint . --max-warnings 0" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const useSearchBar = () => {
53
53
} ;
54
54
55
55
export const Paginator = ( props : ComponentProps < typeof ResolvedPaginator > ) => (
56
- < Suspense fallback = { < Paginator { ... props } /> } >
56
+ < Suspense >
57
57
< ResolvedPaginator { ...props } />
58
58
</ Suspense >
59
59
) ;
Original file line number Diff line number Diff line change 51
51
pkgs . cli
52
52
pkgs . git
53
53
pkgs . libusb1
54
+ pkgs . udev
54
55
pkgs . nodejs
55
56
pkgs . pkg-config
56
57
pkgs . pnpm
You can’t perform that action at this time.
0 commit comments