mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00

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.