Files
exodevices/fitnes/.claude/launch.json
T
Yuriy PanovandClaude Opus 5 d13feb7df8 fitnes: add the Fitness v2 mockup as the design reference
legacy/Fitnes v2/ is the static mockup the landing was just ported from
(README points to it as the current visual reference). launch.json gains a
fitnes-v2-legacy entry that serves it on :8090 for side-by-side review.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-11 18:38:10 +06:00

18 lines
417 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "fitnes-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev:client"],
"port": 5173
},
{
"name": "fitnes-v2-legacy",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8090", "--directory", "/Users/yp/projects/exodevices/fitnes/legacy/Fitnes v2"],
"port": 8090
}
]
}