mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
env update
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const dotenvExpand = require("dotenv-expand");
|
||||
|
||||
dotenvExpand.expand({ parsed: { ...process.env } });
|
||||
const nextConfig = {};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user