Skip to content

Commit bb4f392

Browse files
committed
chore: bump package version to 0.1.4 and update dependencies
1 parent cf9cf9f commit bb4f392

File tree

5 files changed

+34
-48
lines changed

5 files changed

+34
-48
lines changed

build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { watch } from "fs"
22
import { join } from "path"
3-
import { refreshTemplateWorkerExtension } from "@kksh/api/dev"
3+
import { refreshTemplateWorkerCommand } from "@kksh/api/dev"
44
import { $ } from "bun"
55

66
const entrypoints = ["./src/index.ts"]
@@ -11,7 +11,7 @@ async function build() {
1111
await $`bun build --minify --target=browser --outdir=./dist ${entrypoint}`
1212
}
1313
if (Bun.argv.includes("dev")) {
14-
await refreshTemplateWorkerExtension()
14+
await refreshTemplateWorkerCommand()
1515
}
1616
} catch (error) {
1717
console.error(error)

0 commit comments

Comments
 (0)