7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
transpilePackages: ['@workspace/ui', '@workspace/db', '@workspace/auth'],
|
|
};
|
|
|
|
export default nextConfig;
|