๐Ÿ“ฆ hyoban / izon

๐Ÿ“„ next.config.mjs ยท 9 lines
1
2
3
4
5
6
7
8
9import "./src/env.mjs"

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

export default config