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 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3+ /// <reference path="./.next/types/routes.d.ts" />
34
45// NOTE: This file should not be edited
56// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 1212 "fix:lint:eslint" : " eslint --fix ." ,
1313 "fix:lint:stylelint" : " stylelint --fix 'src/**/*.scss'" ,
1414 "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" ,
1616 "start:prod" : " next start --port 3006" ,
1717 "test:format" : " prettier --check ." ,
1818 "test:lint:eslint" : " eslint . --max-warnings 0" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const useSearchBar = () => {
5353} ;
5454
5555export const Paginator = ( props : ComponentProps < typeof ResolvedPaginator > ) => (
56- < Suspense fallback = { < Paginator { ... props } /> } >
56+ < Suspense >
5757 < ResolvedPaginator { ...props } />
5858 </ Suspense >
5959) ;
Original file line number Diff line number Diff line change 5151 pkgs . cli
5252 pkgs . git
5353 pkgs . libusb1
54+ pkgs . udev
5455 pkgs . nodejs
5556 pkgs . pkg-config
5657 pkgs . pnpm
You can’t perform that action at this time.
0 commit comments