Files
Map-Jurnal/.claude/launch.json
2026-06-15 19:50:13 +09:00

14 lines
272 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "Map-Jurnal",
"cwd": "/Users/haerikim/Desktop/SP Map Journal/Map-Jurnal",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 5173,
"autoPort": true
}
]
}