Обновить .vscode/launch.json

This commit is contained in:
2026-06-18 12:42:02 +00:00
parent c82c01fb36
commit c2af0bae77
+1 -5
View File
@@ -26,11 +26,7 @@
"--local" "--local"
], ],
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"buildFlags": "-tags local", "buildFlags": "-tags local"
"env": {
"STORY_FILENAME": "./internal/tests/story.json",
"DB_FILENAME": "./internal/tests/store.db"
}
} }
] ]
} }