Next.js standalone output
Next.js has a standalone output mode that produces a minimal runtime with only the files your app actually needs. No giant node_modules, no source, just the compiled server and its dependencies. This is the build output you want to ship to production.
Quiz: Quiz
Loading practice…