Initial commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user