Parent: #743
Bug
README.md describes apps/web as a Next.js 14 App Router frontend, but apps/web/package.json declares next as 16.2.6. This makes the repository architecture docs stale and can mislead contributors debugging current Next app-router behavior.
Evidence
README.md: apps/web — Next.js 14 App Router frontend
apps/web/package.json: next: 16.2.6
Expected
The README should describe the current web stack without a stale hardcoded Next.js major version.
Proposed fix
Update the workspace summary to say Next.js App Router frontend, avoiding future version drift while staying accurate for the package manifest.
This issue is limited only to the creator of this issue. This means that only the issue author can attempt to solve this issue. If you would like to work on it, please create another issue with the same contents and refer to issue #743 for more information.
Parent: #743
Bug
README.mddescribesapps/webas aNext.js 14 App Router frontend, butapps/web/package.jsondeclaresnextas16.2.6. This makes the repository architecture docs stale and can mislead contributors debugging current Next app-router behavior.Evidence
Expected
The README should describe the current web stack without a stale hardcoded Next.js major version.
Proposed fix
Update the workspace summary to say
Next.js App Router frontend, avoiding future version drift while staying accurate for the package manifest.This issue is limited only to the creator of this issue. This means that only the issue author can attempt to solve this issue. If you would like to work on it, please create another issue with the same contents and refer to issue #743 for more information.