lasuite_docs_proxy/.vscode/launch.json
2025-07-26 23:02:26 -04:00

22 lines
692 B
JSON

{
// 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": [
{
"name": "lasuite-docs-proxy",
"program": "bin/main.dart",
"args": [
"--socket",
"./socket",
"--authUri",
"https://docs.federated.nexus/api/v1.0/documents/media-auth/",
"--minioUri",
"http://localhost:8080"
],
"request": "launch",
"type": "dart"
}
]
}