feat: enhance import session handling by adding session UUID to commitImport function

This commit is contained in:
Wikid82
2025-11-22 15:58:12 -05:00
parent 185121d9f0
commit 8a60325464
6 changed files with 16 additions and 5 deletions
Regular → Executable
+1 -1
View File
@@ -30,7 +30,7 @@ echo "Starting CPM+ management application..."
if [ "$CPMP_DEBUG" = "1" ]; then
DEBUG_PORT=${CPMP_DEBUG_PORT:-2345}
echo "Running CPM+ under Delve (port $DEBUG_PORT)"
/usr/local/bin/dlv exec /app/cpmp --headless --listen=":$DEBUG_PORT" --api-version=2 --accept-multiclient --log -- &
/usr/local/bin/dlv exec /app/cpmp --headless --listen=":$DEBUG_PORT" --api-version=2 --accept-multiclient --continue --log -- &
else
/app/cpmp &
fi