Files
nataondev d1bb4ddbb7 fix(cli): handle Next.js 16 nested standalone output path (#1940)
Next.js 16 nests standalone output under the project directory name
when NEXT_TRACING_ROOT_MODE=workspace (e.g. standalone/9router/server.js
instead of standalone/server.js), causing build-cli.js to fail with
"Next.js standalone build not found".

Detect nested layout with backward-compatible fallback to existing
standalone/server.js and standalone/app/ paths.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-21 16:03:43 +07:00
..
2026-05-13 18:22:31 +07:00