- Run
npm run build(ormake verify) to compile the Next.js app with the configuration exported fromnext.config.ts. - Start the server with
npm run start, which honors the project-mode environment variables already covered in this docs section. - The build output relies on Turbopack during development but falls back to the stable Next.js compiler for production, matching the upstream configuration.

