Remove connect handling

This commit is contained in:
Jill Regan
2026-02-18 18:00:42 -05:00
parent d456b72513
commit af49dd18de
2 changed files with 0 additions and 17 deletions

View File

@@ -125,8 +125,6 @@ const loadSecretsViaConnect = async (
}
const envs = res.stdout.replace(/\n+$/g, "").split(/\r?\n/);
validateSecretRefs(envs);
for (const envName of envs) {
extractSecret(envName, shouldExportEnv);
}