fix entrypoint name

This commit is contained in:
Don Isaac
2024-12-09 11:46:06 -08:00
parent ae51d4c68b
commit 57b8a8dc2a

View File

@@ -127,7 +127,7 @@ values;`,
const result = await Bun.build({
outdir,
entrypoints: [path.join(tempdir, entrypoint)],
entrypoints: [path.join(tempdir, "index.ts")],
plugins: [
{
name: "xXx123_foo_counter_321xXx",