Closed axmad386 closed 3 months ago
This issue is so random. Somehow --hot
or --watch
cannot used in Mac OS, but successfully run on linux. If you encountered the problem just run the file manually without --hot
or --watch
flag using bun index.ts
. Atleast now @lunoxjs/auth
bcrypt has been replaced by Bun.password see #69 . You must use Bun.password
to hash your password when running lunox on bun environment
When run lunoxjs using bun run --hot, currently
@lunoxjs/auth
causing error due tobcrypt
. In bun, we can useBun.password
instead to avoid this error