diff --git a/apps/web/next.config.ts b/apps/web/next.config.ts index b5fe066..481c822 100644 --- a/apps/web/next.config.ts +++ b/apps/web/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from 'next'; const nextConfig: NextConfig = { - transpilePackages: ['@tpmjs/ui', '@tpmjs/utils'], + transpilePackages: ['@tpmjs/ui', '@tpmjs/utils', '@tpmjs/db', '@tpmjs/types', '@tpmjs/env'], reactStrictMode: true, };