Bob Farrell f971f18a60 Global data
Define `pub const Global = SomeType` at top level in `src/main.zig`,
then create a pointer to `SomeType` and pass to `app.start`:

```
app.start(routes, .{ .global = global });
```

Then access in a view as `request.global`.
2024-10-28 09:07:06 +00:00
..
2024-10-28 09:07:06 +00:00
2024-03-09 18:47:08 +00:00
2024-10-28 09:07:06 +00:00
2024-04-27 23:03:53 +01:00
2024-10-28 09:07:06 +00:00
2024-08-24 11:18:08 +01:00
2024-08-30 18:43:12 +01:00
2024-05-12 21:33:26 +01:00