diff --git a/scripts/check-env.js b/scripts/check-env.js index d3ddb61..bc5b53f 100644 --- a/scripts/check-env.js +++ b/scripts/check-env.js @@ -25,6 +25,8 @@ for (const p of pathsToCheck) { } } +let envConfig = {}; + if (envPath) { console.log('✅ 找到 .env 文件:', envPath); try {