33 lines
706 B
JSON
33 lines
706 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|