mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
7 lines
188 B
JavaScript
7 lines
188 B
JavaScript
export async function register() {
|
|
if (process.env.NEXT_RUNTIME === 'nodejs' && process.env.NODE_ENV === 'production') {
|
|
await require('pino')
|
|
await require('next-logger')
|
|
}
|
|
}
|