@@ -2,6 +2,7 @@
const nextConfig = {
output: "standalone",
env: {
+ JWT_SECRET: process.env.JWT_SECRET,
MONGODB_URI: process.env.MONGODB_URI,
},
};