A production-ready Next.js application sample for PaaS platform demonstrations.
- Install dependencies:
bun install- Build for production:
bun run build- Start the production server:
bun run startPORT- Server port (default:3000)
- Configured with standalone output for optimal deployment
- Built-in production optimizations enabled
- Ready for containerized deployment