solar/build.ts

5 lines
77 B
TypeScript

await Bun.build({
entrypoints: ["src/index.tsx"],
outdir: "./build",
});