use raw controller

This commit is contained in:
Adam Wilson
2025-05-19 21:41:14 -06:00
parent 8def474734
commit d1c87d4cdf
9 changed files with 167 additions and 155 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
set -e # Exit on error
cd $GITHUB_WORKSPACE
echo "Starting API server with logging..."
nohup python -m src.api.server > logs/api.log 2>&1 &
API_PID=$!