charles_c hace 8 meses
padre
commit
465584c9dc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      next.config.mjs

+ 1 - 0
next.config.mjs

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