5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
Bun.build({
|
|
entrypoints: [ "./src/components/index.js" ],
|
|
outdir: "./static/js/",
|
|
});
|