mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 13:35:23 +01:00
20 lines
No EOL
697 B
JSON
20 lines
No EOL
697 B
JSON
{
|
|
// Usare IntelliSense per informazioni sui possibili attributi.
|
|
// Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti.
|
|
// Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
|
|
{
|
|
"name": "Launch Package",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "auto",
|
|
"buildFlags": "-tags webui",
|
|
"program": "./cmd/webapi",
|
|
//"args": [
|
|
// "--db-filename", "/home/marco/wasa/wasadata/wasaphoto.db", "--data-path", "/home/marco/wasa/wasadata/data"
|
|
//]
|
|
}
|
|
]
|
|
} |