Add API Server (Go/PocketBase), Web App (Go BFF + Vue), Fly App (Flutter/DJI MSDK), Adobe Plugin, and Docker/Docker AIO deployment configs. Design assets and build artifacts are gitignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
18 lines
396 B
JSON
18 lines
396 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "webapp",
|
|
"runtimeExecutable": "E:\\VS Code Projects\\PilotVault\\Web App\\dji-web-app.exe",
|
|
"runtimeArgs": [],
|
|
"port": 8090
|
|
},
|
|
{
|
|
"name": "panel",
|
|
"runtimeExecutable": "E:\\VS Code Projects\\PilotVault\\API Server\\dji-api-server.exe",
|
|
"runtimeArgs": [],
|
|
"port": 8080
|
|
}
|
|
]
|
|
}
|