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-04-28 11:54:05 +01:00
2024-03-25 00:55:37 +08:00
2024-10-28 09:07:06 +00:00
2024-04-07 10:34:34 +01:00