7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
|
|
await Bun.build({
|
||
|
|
target: "node",
|
||
|
|
entrypoints: ["./src/node.ts"],
|
||
|
|
outdir: "./dist",
|
||
|
|
format: "esm",
|
||
|
|
})
|