Initial commit

This commit is contained in:
tajniak81
2026-07-06 08:50:52 +02:00
commit ba3f227361
153 changed files with 18116 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "web",
"runtimeExecutable": "C:\\Users\\jania\\carctl-web.cmd",
"runtimeArgs": [],
"port": 5173,
"autoPort": false
},
{
"name": "panel",
"runtimeExecutable": "C:\\Users\\jania\\carctl-panel.cmd",
"runtimeArgs": [],
"port": 5174,
"autoPort": false
},
{
"name": "phone",
"runtimeExecutable": "C:\\Python313\\python.exe",
"runtimeArgs": [
"-m",
"http.server",
"8091",
"--directory",
"E:\\VS Code Projects\\Car Control Project\\Phone App\\build\\web"
],
"port": 8091,
"autoPort": false
}
]
}