rename joeac-build -> shapi

This commit is contained in:
2026-06-08 09:08:13 +01:00
parent 158044c320
commit 52b5da658c
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use anyhow::Result;
use routes::read_routes;
use rocket::{State, http::Status};
const BIN_NAME: &str = "build-joeac";
const BIN_NAME: &str = "shapi";
#[launch]
fn rocket() -> _ {