fix(config): add t3 to list of transpiled packages to ensure that envvars are picked up correctly (#737)

This commit is contained in:
Waleed Latif
2025-07-21 10:16:41 -07:00
committed by GitHub
parent 80076012c6
commit d919073bea

View File

@@ -43,7 +43,13 @@ const nextConfig: NextConfig = {
],
outputFileTracingRoot: path.join(__dirname, '../../'),
}),
transpilePackages: ['prettier', '@react-email/components', '@react-email/render'],
transpilePackages: [
'prettier',
'@react-email/components',
'@react-email/render',
'@t3-oss/env-nextjs',
'@t3-oss/env-core',
],
async headers() {
return [
{