diff --git a/pkg/platform/src/shim/run.js b/pkg/platform/src/shim/run.js index 87205ca4e..d1887768e 100644 --- a/pkg/platform/src/shim/run.js +++ b/pkg/platform/src/shim/run.js @@ -8,7 +8,7 @@ const $secrets = JSON.parse(process.env.SST_SECRETS || "{}"); const { output, apply, all, interpolate, concat, jsonParse, jsonStringify } = util; -const linkable = Link.linkable; +const linkable = Link.makeLinkable; export { linkable as "$linkable", output as "$output",