Files
Map-Jurnal/.claude/launch.json

14 lines
257 B
JSON

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