There was an error while loading. Please reload this page.
1 parent cd1b022 commit e881dbfCopy full SHA for e881dbf
1 file changed
packages/nextjs/src/server/index.ts
@@ -365,6 +365,7 @@ export function init(options: NodeOptions): NodeClient | undefined {
365
// @ts-expect-error `process.turbopack` is a magic string that will be replaced by Next.js
366
if (process.turbopack) {
367
getGlobalScope().setTag('turbopack', true);
368
+ getGlobalScope().setAttribute('turbopack', true);
369
}
370
} catch {
371
// Noop
0 commit comments