We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ba00b commit ed9f056Copy full SHA for ed9f056
build.ts
@@ -26,7 +26,7 @@ async function buildJs(
26
27
await Promise.all([
28
buildJs("src/app.ts", { outdir: "dist/src" }),
29
- buildJs("src/app-host.ts", { outdir: "dist/src" }),
+ buildJs("src/app-bridge.ts", { outdir: "dist/src" }),
30
buildJs("src/react/index.tsx", { outdir: "dist/src/react" }),
31
// buildJs("examples/example-ui-react.tsx", { outdir: "dist/examples" }),
32
// buildJs("examples/example-ui.ts", { outdir: "dist/examples" }),
package.json
@@ -16,7 +16,7 @@
16
},
17
"./app-bridge": {
18
"default": "./dist/src/app-bridge.js",
19
- "types": "./dist/src/app-host.d.ts"
+ "types": "./dist/src/app-bridge.d.ts"
20
}
21
22
"files": [
0 commit comments