fix: include go launcher in env identity

This commit is contained in:
UniDesk Codex
2026-07-07 00:34:42 +08:00
parent c76a1b7427
commit 9c5e43d38b
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ export const DEFAULT_RUNTIME_DEP_PATHS = Object.freeze([
export const GO_RUNTIME_DEP_PATHS = Object.freeze([
"go.mod",
"go.sum"
"go.sum",
"deploy/runtime/launcher/hwlab-go-env-reuse-launcher.mjs"
]);
export const DEFAULT_RUNTIME_PACKAGE_FIELDS = Object.freeze([