Update compile-on-save.sh

This commit is contained in:
Jordan
2026-03-24 11:18:23 +00:00
parent 509d2cd3ba
commit 6f1a7c1344

View File

@@ -27,7 +27,7 @@ fi
# Llamar al server Python para compilar # Llamar al server Python para compilar
curl -s -X POST "http://localhost:${SERVER_PORT}/api/compile-module" \ curl -s -X POST "http://localhost:${SERVER_PORT}/api/compile-module" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d "{\"file_path\": \"${FILE_PATH}\", \"project_dir\": \"${CLAUDE_PROJECT_DIR}\"}" \ -d "{\"file\": \"${FILE_PATH}\", \"project_dir\": \"${CLAUDE_PROJECT_DIR}\"}" \
> /dev/null 2>&1 & > /dev/null 2>&1 &
exit 0 exit 0