We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c8d0a commit 76d60a0Copy full SHA for 76d60a0
1 file changed
packages/nextjs/src/server/index.ts
@@ -284,6 +284,7 @@ export function init(options: NodeOptions): NodeClient | undefined {
284
// @ts-expect-error `process.turbopack` is a magic string that will be replaced by Next.js
285
if (process.turbopack) {
286
getGlobalScope().setTag('turbopack', true);
287
+ getGlobalScope().setAttribute('turbopack', true);
288
}
289
} catch {
290
// Noop
0 commit comments