This commit is contained in:
2026-05-10 22:28:43 +08:00
46 changed files with 5894 additions and 341 deletions

View File

@@ -45,6 +45,8 @@ export function loadApiServerEnv(
target,
protectedKeys = shellEnvKeys,
) {
// 保持与 dev-web-rust.mjs / dev-rust-stack.sh 一致:
// shell > .env > .env.local > .env.secrets.local。
for (const fileName of LOCAL_ENV_FILES) {
loadEnvFile(resolve(repoRootPath, fileName), target, protectedKeys);
}