Läuft mal mit kontinuierlicher Kuppelposition

This commit is contained in:
rxf
2025-09-24 11:35:07 +02:00
parent d02588b554
commit cfa3f6112e
9 changed files with 1070 additions and 9 deletions

18
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/JS/server.js"
}
]
}