Development Verification
Run the verification command.
1 2 3 | test -f .next/BUILD_ID test -f .next/routes-manifest.json test -f .next/required-server-files.json |
The expected output of pnpm build is as follows.
1 2 3 | Compiled successfully Generating static pages Route (app) |
Parent topic: Developer Guide