Add start script

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-23 00:07:44 +01:00
parent 391acb18ed
commit 3a58f3918b

14
go-api/start Executable file
View file

@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -euo pipefail
rm -fr out
echo "Building..."
./build
echo ""
source .env
./out