Open nwazuo opened 3 months ago
was this from a workspace initialized with bun create elysia app
or a different starter/repo? I have an idea where this might be going wrong but was unable to reproduce the crash you experienced.
Hello @nwazuo. Please provide a minimal reproduction using a GitHub repository, Replit, or CodeSandbox. Issues marked with needs repro
will be closed if they have no activity within 3 days.
What version of Bun is running?
1.1.25
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
Running
bun dev
(which runsbun run --watch src/index.ts
) on an Elysia/Bun setupWhat is the expected behavior?
Server should start up correctly
What do you see instead?
Sorry for the screenshot. I had cleared my terminal and the bug report link generated in the terminal seems broken but here it is anyway: https://[bun.report/1.1.25/wr1fe62a61AioihwD0789Pqxw72C__247iyBA0eNo1zbEKwjAURuG9T/E7VUE7OTi5WAqC4GK7iEPSXE3wNjfkthTfXhSdD5zvYHTEdre9ehMd0w2bPZr6OCSu2g6DeZKiZ9EQHwhDEtVgmRZFcfEEnVLiQBlyx+iDoglMNWmfQxolQ71M7NAbZpR2itUop2Db7jxHck1dFpJR/rQP9Y/kyjVSFmssvzB7ygRJFJcrzEa/P3LVG58iQLg](https://bun.report/1.1.25/wr1fe62a61AioihwD0789Pqxw72C__247iyBA0eNo1zbEKwjAURuG9T/E7VUE7OTi5WAqC4GK7iEPSXE3wNjfkthTfXhSdD5zvYHTEdre9ehMd0w2bPZr6OCSu2g6DeZKiZ9EQHwhDEtVgmRZFcfEEnVLiQBlyx+iDoglMNWmfQxolQ71M7NAbZpR2itUop2Db7jxHck1dFpJR/rQP9Y/kyjVSFmssvzB7ygRJFJcrzEa/P3LVG58iQLg)
Additional information
No response