Files
ayristech_new/.claude/launch.json
T
2026-08-19 02:12:48 +03:00

12 lines
185 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "ayristech-web",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3000
}
]
}