๐Ÿ“ฆ ronitrajfr / ayoni

๐Ÿ“„ next.config.js ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11/**
 * 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;