mirror of
https://github.com/kunkunsh/kunkun-ext-disk-speed.git
synced 2025-04-03 02:36:44 +00:00
9 lines
147 B
TypeScript
9 lines
147 B
TypeScript
import { $ } from "bun";
|
|
|
|
await Bun.build({
|
|
entrypoints: ["speedtest/index.ts"],
|
|
outdir: "speedtest",
|
|
minify: true,
|
|
});
|
|
await $`vite build`;
|