fix: include go launcher in env identity
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user