Open
Description
What version of Elysia is running?
1.3.1
What platform is your computer?
No response
What steps can reproduce the bug?
Bundle an app using elysia using bun build
What is the expected behavior?
The app should build.
What do you see instead?
Error:
error: Could not resolve: "memoirist". Maybe you need to "bun install"?
at [...]/node_modules/elysia/dist/bun/index.js:2:553
Additional information
Offending line:
Line 1 in 9ba8551
Looks like the commit 7e2f35b moved it into devDependencies
despite the fact it is used in
Lines 276 to 284 in 9ba8551
Have you try removing the node_modules
and bun.lockb
and try again yet?
yes