added 2FA
This commit is contained in:
@@ -2,6 +2,9 @@ import path from 'node:path'
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
serverComponentsExternalPackages: ['pino'],
|
||||
},
|
||||
sassOptions: {
|
||||
includePaths: [path.join(path.resolve('.'), 'styles')],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user