get upload, gen, and index working plus root executable

This commit is contained in:
Travis Shears 2025-07-13 17:48:01 +02:00
parent a54ecd0ee4
commit a6a70f3c72
4 changed files with 64 additions and 27 deletions

7
image_service.bb Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bb
(ns image-service
(:require [image-service-cli.main]))
(when (= *file* (System/getProperty "babashka.file"))
(apply image-service-cli.main/-main *command-line-args*))