update sdk

This commit is contained in:
Matt Hill
2024-03-18 12:37:50 -06:00
parent a4cb2708cc
commit a02b531e47
12 changed files with 113 additions and 71 deletions

View File

@@ -9,9 +9,6 @@ describe("host", () => {
const foo = utils.host.multi("foo")
const fooOrigin = await foo.bindPort(80, {
protocol: "http" as const,
scheme: null,
addSsl: null,
preferredExternalPort: null,
})
const fooInterface = new ServiceInterfaceBuilder({
effects,