Base-Skeleton=Axis

This commit is contained in:
chk
2026-06-16 07:24:36 +02:00
parent 90f84d1221
commit ef4c7e6144
2 changed files with 17 additions and 0 deletions

11
.claude/launch.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "appRobotHoming",
"runtimeExecutable": "node",
"runtimeArgs": ["server/server.js"],
"port": 2093
}
]
}