2025-03-23 08:04:07 -04:00

9 lines
147 B
TypeScript

import { $ } from "bun";
await Bun.build({
entrypoints: ["speedtest/index.ts"],
outdir: "speedtest",
minify: true,
});
await $`vite build`;