Closed awallat closed 10 months ago
Yes, that's the intended behaviour. I probably didn't mention it in the readme but i did it here https://github.com/gaurishhs/elysia-decorators/blob/main/demo/index.ts#L2
But i think i should migrate to Bun.Glob
Thanks for the information. Using Bun.Glob
sounds like a good idea!
Using the latest version of bun (1.0.21) and elysia, I cannot use the decorators anymore. The following error appears:
After adding "glob" to my package.json. It's working again.