charles_c 5 月之前
父节点
当前提交
465584c9dc
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,
   },
 };