chore: update claude ssh permissions

This commit is contained in:
Hitonabi
2026-08-07 10:57:37 +02:00
parent 7638f0244d
commit 17a129038b
2 changed files with 17 additions and 0 deletions
+9
View File
@@ -23,6 +23,15 @@
"env": { "MC_API_TARGET": "http://192.168.178.151:9001" },
"autoPort": false,
"port": 5180
},
{
"name": "frontend-mock",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--", "--port", "5181", "--strictPort"],
"cwd": "F:\\Coding Stuff\\mission-control-2\\frontend",
"env": { "MC_API_TARGET": "http://127.0.0.1:9000" },
"autoPort": false,
"port": 5181
}
]
}