zapishis-client/apps/web/next.config.js
2024-12-11 15:53:38 +03:00

11 lines
248 B
JavaScript

import createNextIntlPlugin from 'next-intl/plugin';
const withNextIntl = createNextIntlPlugin('./utils/i18n/i18n.ts');
const nextConfig = withNextIntl({
reactStrictMode: true,
transpilePackages: ['@repo/ui'],
});
export default nextConfig;