Grapevine_Disease_Detection/VinEye/.claude/launch.json
Yanis a964cc3836 add VinEye frontend app + fix hardcoded paths + gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 10:30:05 +02:00

24 lines
465 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "VinEye — Expo (all platforms)",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["start"],
"port": 8081
},
{
"name": "VinEye — Android",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["android"],
"port": 8081
},
{
"name": "VinEye — Web",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["web"],
"port": 8081
}
]
}