6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
export function register() {
|
|
if (process.env.NEXT_RUNTIME === 'nodejs') {
|
|
console.log('[Instrumentation] Server-side registration active');
|
|
}
|
|
}
|