We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1b402 commit 2e30432Copy full SHA for 2e30432
packages/opencontrol/src/index.ts
@@ -3,7 +3,7 @@ import { Tool } from "./tool.js"
3
import { createMcp } from "./mcp.js"
4
import { basicAuth } from "hono/basic-auth"
5
import { cors } from "hono/cors"
6
-import HTML from "opencontrol-frontend/dist/index.html" assert { type: "text" }
+import HTML from "opencontrol-frontend/dist/index.html" with { type: "text" }
7
8
export interface OpenControlOptions {
9
key?: string
scripts/release
@@ -2,5 +2,6 @@
2
set -e
-bun run --filter="opencontrol" build
+(cd packages/frontend && bun run build)
+(cd packages/opencontrol && bun run build)
bun changeset publish
0 commit comments