c290281 7b99bfa
1
2
3
4
5
#!/bin/bash set -e # Exit the script if any statement returns a non-true return value echo "Starting AI Toolkit UI..." cd /app/ai-toolkit/ui && npm run start