Bob Farrell
1c2cbaca77
WIP
2024-11-09 17:12:49 +00:00
Bob Farrell
15b0fa1af9
Latest Zig master compatibility
2024-08-30 18:43:12 +01:00
Bob Farrell
68656fae35
Update zig-args in CLI
...
Fixes:
```
error: no field named 'path' in union 'Build.LazyPath'
.root_source_file = .{ .path = "src/main.zig" }
```
2024-07-02 19:30:03 +01:00
Bob Farrell
3b30ab4625
Update build.zig and deps for 0.13 build system
2024-05-21 19:42:56 +01:00
Bob Farrell
381c38d85d
Overhaul logging, implement JSON logger
...
Log errors to separate files, specify minimum log level, implement JSON
logging.
2024-03-20 21:17:14 +00:00
Bob Farrell
87bcc4c9e0
Provide tooling for running Jetzig in deployment
2024-03-19 23:03:55 +00:00
Bob Farrell
d3a3582136
Implement init command, get rid of old init script/artifacts
...
Remove old bash script for setting up a new project, do everything in
Zig to make it platform agnostic and give us an easy place to add
scaffolding commands in future.
2024-03-06 22:57:11 +00:00