Bob Farrell 116668be3e Closes #48: Simplify route generation
Generate an array of `jetzig.views.Route` in `GenerateRoutes.zig` exe
instead of a meta-route that we later translate into an actual route.
This makes things much simpler for static routes at build time and
dynamic routes at run time as we no longer need to use comptime - we
just have an array of routes ready-made.
2024-04-02 21:02:27 +01:00
..
2024-03-26 22:20:27 +00:00
2024-04-02 21:02:27 +01:00
2024-03-25 00:55:37 +08:00
2024-03-28 21:07:16 +00:00
2024-03-28 21:07:16 +00:00