Whether compiled files under .next/server should be globbed.
Globbing .next while Next.js is compiling can fail Vercel builds with
ENOENT: .../.next/export-detail.json. Prefer source files; scan compiled
output only as a runtime fallback when the source folder is gone.
Whether compiled files under
.next/servershould be globbed.Globbing
.nextwhile Next.js is compiling can fail Vercel builds withENOENT: .../.next/export-detail.json. Prefer source files; scan compiled output only as a runtime fallback when the source folder is gone.