prudent
TTCTheo's Typesafe Cult
•Created by prudent on 5/5/2025 in #questions
t3 env vercel deployment
Resolved with the next.config.ts below
got the import syntax from create-t3-app boilerplate code
/**
* Run
build or
dev with
SKIP_ENV_VALIDATION to skip env validation. This is especially useful
* for Docker builds.
*/
import './src/env.ts';
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
};
export default nextConfig;
cheers10 replies
TTCTheo's Typesafe Cult
•Created by prudent on 5/5/2025 in #questions
t3 env vercel deployment
https://github.com/t3-oss/t3-env/issues/281
found this
10 replies
TTCTheo's Typesafe Cult
•Created by prudent on 5/5/2025 in #questions
t3 env vercel deployment
attempted and still same error
10 replies
TTCTheo's Typesafe Cult
•Created by prudent on 5/5/2025 in #questions
t3 env vercel deployment
it's preview deployment, I would try this
10 replies
TTCTheo's Typesafe Cult
•Created by prudent on 5/5/2025 in #questions
t3 env vercel deployment
@markr pretty not something huge, but I would appreciate if you could help me out here
10 replies