UNPKG

create-t3-app

Version:

Create web application with the t3 stack

11 lines (8 loc) 239 B
/** * Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially useful * for Docker builds. */ import "./src/env.js"; /** @type {import("next").NextConfig} */ const config = {}; export default config;