Update compile-on-save.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user