๐Ÿ“ฆ ronitrajfr / CivicNet

๐Ÿ“„ 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.
 */
await import("./src/env.js");

/** @type {import("next").NextConfig} */
const config = {};

export default config;