Skip to content

Commit ed9f056

Browse files
committed
missed bridge rename
1 parent 18ba00b commit ed9f056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function buildJs(
2626

2727
await Promise.all([
2828
buildJs("src/app.ts", { outdir: "dist/src" }),
29-
buildJs("src/app-host.ts", { outdir: "dist/src" }),
29+
buildJs("src/app-bridge.ts", { outdir: "dist/src" }),
3030
buildJs("src/react/index.tsx", { outdir: "dist/src/react" }),
3131
// buildJs("examples/example-ui-react.tsx", { outdir: "dist/examples" }),
3232
// buildJs("examples/example-ui.ts", { outdir: "dist/examples" }),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"./app-bridge": {
1818
"default": "./dist/src/app-bridge.js",
19-
"types": "./dist/src/app-host.d.ts"
19+
"types": "./dist/src/app-bridge.d.ts"
2020
}
2121
},
2222
"files": [

0 commit comments

Comments
 (0)