`vinxi dev` command crashes when used with bun

Hello, i am playing around with a side project i created using solid start and when i tried to run
vinxi dev
using bun, it threw this:
 ERROR  Transform failed with 1 error:                                                                                                                                        3:15:42 PM
<stdin>:6:10: ERROR: Expected ")" but found "class"

  <stdin>:6:10: ERROR: Expected ")" but found "class"
  at failureErrorWithLog (node_modules/vinxi/node_modules/esbuild/lib/main.js:1649:15)
  at node_modules/vinxi/node_modules/esbuild/lib/main.js:847:29
  at responseCallbacks.<computed> (node_modules/vinxi/node_modules/esbuild/lib/main.js:703:9)
  at handleIncomingPacket (node_modules/vinxi/node_modules/esbuild/lib/main.js:762:9)
  at Socket.readFromStdout (node_modules/vinxi/node_modules/esbuild/lib/main.js:679:7)
  at Socket.emit (node:events:514:28)
  at addChunk (node:internal/streams/readable:545:12)
  at readableAddChunkPushByteMode (node:internal/streams/readable:495:3)
  at Readable.push (node:internal/streams/readable:375:5)
  at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
Any solutions to this ?
Was this page helpful?