7 Commits

Author SHA1 Message Date
U-Zyn Chua
844c7fa05b
initialized project uses template 2025-06-27 17:24:02 +08:00
Bob Farrell
6e09c67c66 Fix jetzig init
Create a new `main.zig` for use by `jetzig init` - using the demo app's
`main.zig` is no longer workable due to it depending on auth
middleware, which we do not want to enable by default in new projects.
2025-05-31 16:23:26 +01:00
Sean M. Collins
b81c6dfe91 update paths to database template 2025-03-10 21:55:20 -04:00
Bob Farrell
78a9ccaaa4 Fix database config path 2024-11-09 18:06:16 +00:00
Bob Farrell
88f1ac46f4 Add missing database config file 2024-11-09 17:22:38 +00:00
Bob Farrell
6b940e8a53 0.13 support
Add support for 0.13. For now, we can be compatible with both 0.12 and
0.13. We will drop 0.12 after a while.
2024-04-27 23:03:53 +01: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