mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
fix entrypoint name
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user