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.
This commit is contained in:
Egutierrez
2026-06-05 16:33:35 +02:00
parent 6e094dce97
commit c17a13039d
+2 -2
View File
@@ -17,7 +17,7 @@ uses_functions:
uses_types: [] uses_types: []
framework: "" framework: ""
entry_point: "web_proxy" entry_point: "web_proxy"
dir_path: "apps/web_proxy" dir_path: "projects/web_scraping/apps/web_proxy"
repo_url: "" repo_url: ""
service: service:
port: 8080 port: 8080
@@ -28,7 +28,7 @@ service:
restart_policy: always restart_policy: always
runtime: systemd-user runtime: systemd-user
pc_targets: pc_targets:
- home-wsl - lucas-linux
is_local_only: true is_local_only: true
e2e_checks: e2e_checks:
- id: syntax - id: syntax