Florian Bouillon 4d28f87852
Some checks failed
Build, check & Test / run (push) Failing after 38s
Build Docker Image / build_docker (push) Failing after 59s
feat: Upgrade logging to still be better than Astro's logging
- 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>
2023-12-10 02:07:44 +01:00
..
2023-07-20 17:41:16 +02:00

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