Files
2026-06-15 06:42:35 +02:00

51 lines
1.5 KiB
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": "WebLibre",
"cwd": "apps/weblibre",
"request": "launch",
"type": "dart",
"args": [
"--device-user",
"0",
"--flavor",
"alpha",
"--dart-define",
"ACCOUNT_BACKEND_ORIGIN=https://account.weblibre.eu/",
"--dart-define",
"SEARCH_BACKEND_ORIGIN=https://search.weblibre.eu/",
"SEARCH_BACKEND_ORIGIN_TOR=http://cfaidty24sakqjqlpqncl2nhq2c6kpdyhseg5vg76yz44hbpzqugk2id.onion",
]
},
{
"name": "WebLibre (profile mode)",
"cwd": "apps/weblibre",
"request": "launch",
"type": "dart",
"flutterMode": "profile",
"args": [
"--device-user",
"0",
"--flavor",
"alpha"
]
},
{
"name": "WebLibre (release mode)",
"cwd": "apps/weblibre",
"request": "launch",
"type": "dart",
"flutterMode": "release",
"args": [
"--device-user",
"0",
"--flavor",
"alpha"
]
},
]
}