1 2 3 4 5 6 7 8 9import "./src/env.mjs" /** @type {import("next").NextConfig} */ const config = { /** ... */ } export default config
1 2 3 4 5 6 7 8 9
import "./src/env.mjs" /** @type {import("next").NextConfig} */ const config = { /** ... */ } export default config