This commit is contained in:
2026-06-18 22:34:04 +07:00
+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"
}
} }
] ]
} }