Torben Köhler
Torben Köhler
is this now implemented?
Would need this too
Same here, but how can such a problem persist through so many versions ...
@JUNIORCO > const someRoute = new Elysia() > .get( > "/", > // ❌ TypeScript complains here that auth and clerk don't exist > async ({ auth, clerk }) =>...
> Does something like this work? > > ```ts > export default { > async fetch(request: Request, env: Env) { > const resp = await new Elysia({ aot: false })...
@wobsoriano can we write on discord? Found some more differences with wrangler that would need to be addressed. Wrote my own version of this repo for now but I think...
@wobsoriano