env update

This commit is contained in:
Owen Rees
2023-06-13 10:47:55 +02:00
parent f484465205
commit db266e6ef3
4 changed files with 14 additions and 1 deletions
+3
View File
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const dotenvExpand = require("dotenv-expand");
dotenvExpand.expand({ parsed: { ...process.env } });
const nextConfig = {};
module.exports = nextConfig;