- Made errors more visible - Made dev logging compatible with Astro's logging - Made our logging more beautiful by copying Astro's colors node: The only thing I don't like is having different comportement depending on wether we are in PROD or dev, but it shouldn't affect anything as it's variable affection and `console.log` Signed-off-by: Avior <github@avior.me>
Middlewares
This folder contains middlewares for the SSR pages/endpoints
They are run for every paths independent of the middleware and in the specified order of the index.ts
locals
You can pass variables to other middlewares and endpoints by adding a variable in locals
and in App.Locals
in env.d.ts