diff --git a/bundlers/bun/src/index.js b/bundlers/bun/src/index.js index 8372351488..8ae34f3e33 100644 --- a/bundlers/bun/src/index.js +++ b/bundlers/bun/src/index.js @@ -1 +1 @@ -export * from './plugin.js' +export { evmtsBunPlugin } from './plugin.js'