mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-15 06:26:07 +00:00

Views are copied to zig-cache, meaning that any files in `src/` are not available for `@import` by default. Copy all .zig files from `src/` into zig-cache so that relative imports work as expected. This also removes the need to specifically copy views into zig-cache as the full tree is now present. Also fix a bug in static route fallback - remove superfluous underscore so static routes with non-matching params render default HTML/JSON content.