Skip to content

Commit 2e30432

Browse files
committed
sync
1 parent ee1b402 commit 2e30432

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/opencontrol/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Tool } from "./tool.js"
33
import { createMcp } from "./mcp.js"
44
import { basicAuth } from "hono/basic-auth"
55
import { cors } from "hono/cors"
6-
import HTML from "opencontrol-frontend/dist/index.html" assert { type: "text" }
6+
import HTML from "opencontrol-frontend/dist/index.html" with { type: "text" }
77

88
export interface OpenControlOptions {
99
key?: string

scripts/release

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
set -e
44

5-
bun run --filter="opencontrol" build
5+
(cd packages/frontend && bun run build)
6+
(cd packages/opencontrol && bun run build)
67
bun changeset publish

0 commit comments

Comments
 (0)