added build script

This commit is contained in:
2025-02-26 09:40:15 -06:00
parent 2f0655f0ef
commit 435e0e4632
3 changed files with 14 additions and 6 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
main() {
cd src/ || return
bun run build
templ generate
go build -o mmaschedule
}
main