#Builder Update: 4.0.0-next.23
-
Automatic Middleware Registration
Middlewares placed in the/middlewares
directory are now automatically registered — no manual imports needed. -
Bundling Support with
--bundle
Flag
You can now bundle your project using the--bundle
flag for optimized output. -
Faster Bundling with Serpack
Bundling speed has improved by 30%. -
ctx.debug
for Debugging
You can now usectx.debug(variable)
to conveniently log variables during development.