You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed CLI build to wipe the staging output directory before repackaging, so deleted dist assets and stale _serve.js files from previous builds no longer ship on rebuild. (#1633, Jeff Haynie)
Fixed Next.js standalone packaging to select the project's real server.js instead of a stale root server.js when outputFileTracingRoot or a monorepo layout nests it under a subpath, and set the launch process workingDirectory to the nested directory. (#1633, Jeff Haynie)
Added next.config.mts to the detected Next.js config files. (#1633, Jeff Haynie)
Fixed the Next.js CDN assetPrefix config wrapper so it typechecks under Next's build-time typecheck. (#1633, Jeff Haynie)