From c17a13039da8a88e8c7a4b7353b97b8bbecee184 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Fri, 5 Jun 2026 16:33:35 +0200 Subject: [PATCH] fix(app): pc_targets lucas-linux (este PC es Linux nativo, no WSL) El pc_id real de la maquina es lucas-linux; home-wsl era incorrecto. Verificado contra ~/.fn_pc y pc_locations. --- app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.md b/app.md index 7c012b7..84235b4 100644 --- a/app.md +++ b/app.md @@ -17,7 +17,7 @@ uses_functions: uses_types: [] framework: "" entry_point: "web_proxy" -dir_path: "apps/web_proxy" +dir_path: "projects/web_scraping/apps/web_proxy" repo_url: "" service: port: 8080 @@ -28,7 +28,7 @@ service: restart_policy: always runtime: systemd-user pc_targets: - - home-wsl + - lucas-linux is_local_only: true e2e_checks: - id: syntax