wobsoriano / elysia-autoroutes

File system routes for Elysia.js.
MIT License
112 stars 8 forks source link

Server object not set on App passed #17

Open MDrooker opened 8 months ago

MDrooker commented 8 months ago

Im trying to get access to the Server object that hangs off the (app: ElysiaApp) when creating an autoroute.

But- It doesnt seem to be set. And returns null.
Is there an option I need to config to allow it to be passed down? I dont see it in the code/docs