Files
echecsfrance/next.config.js
T
2023-06-13 10:47:55 +02:00

8 lines
195 B
JavaScript

/** @type {import('next').NextConfig} */
const dotenvExpand = require("dotenv-expand");
dotenvExpand.expand({ parsed: { ...process.env } });
const nextConfig = {};
module.exports = nextConfig;