Open tribixbite opened 4 months ago
This is an elysia-autoroutes
issue. I created an issue in their repo, hoping for a response soon. But it seems he hasn't released anything for a while and honestly I don't think he will add support to bun.build
soon.
Probably I will implement my own simple version of elysia-routes
to get rid of this issue.
Thank you @tribixbite for raising this issue!
from a fresh git clone + bun install: `\elysiajs-drizzleORM-lucia-auth-template> bun run build $ bun build ./src/index.ts ./src/routes///* --outdir build --target bun error: ModuleNotFound resolving ".\src\routes\api" (entry point)
error: ModuleNotFound resolving ".\src\routes\api\v1" (entry point) error: script "build" exited with code 1`
also from bun docs: Currently, the --compile flag can only accept a single entrypoint at a time and does not support the following flags: