ci: don't include BUN_INSPECT_CONNECT_TO in bunEnv

This commit is contained in:
Jarred Sumner
2025-08-15 13:39:57 -07:00
parent 22a37b2791
commit d7a725952d
3 changed files with 2 additions and 9 deletions

View File

@@ -88,6 +88,7 @@ for (let key in bunEnv) {
}
}
delete bunEnv.BUN_INSPECT_CONNECT_TO;
delete bunEnv.NODE_ENV;
if (isDebug) {