Files
the_order/apps/portal-public/next.config.js

9 lines
183 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
transpilePackages: ['@the-order/ui', '@the-order/schemas'],
};
module.exports = nextConfig;