File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import "./.next/dev/ types/routes.d.ts" ;
3+ import "./.next/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.
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
7- "build" : " next build --webpack " ,
7+ "build" : " next build" ,
88 "start" : " next start" ,
99 "lint" : " next lint"
1010 },
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://openapi.vercel.sh/vercel.json" ,
33 "installCommand" : " pnpm install --frozen-lockfile" ,
4- "buildCommand" : " node node_modules/ next/dist/bin/next build --webpack " ,
4+ "buildCommand" : " next build" ,
55 "outputDirectory" : " .next"
66}
You can’t perform that action at this time.
0 commit comments