This version has breaking changes β APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in node_modules/next/dist/docs/ before writing any code. Heed deprecation notices.
For this project, always follow an atomic commit workflow. Every time a change is made to a single file:
- Immediately run
git addfor that file. - Run
git commitwith a specific, descriptive message about what was just changed in that exact file. - Run
git push. - Wait for the push to succeed before moving on to edit the next file. Do not edit multiple files at once without committing and pushing the previous file first.