add db filepath

This commit is contained in:
2025-06-14 21:40:38 +07:00
parent 3a2980e9d0
commit 54706f0aba
6 changed files with 23 additions and 8 deletions
+2 -1
View File
@@ -28,7 +28,8 @@
"cwd": "${workspaceFolder}",
"buildFlags": "-tags local",
"env": {
"STORY_FILENAME": "./internal/tests/story.json"
"STORY_FILENAME": "./internal/tests/story.json",
"DB_FILENAME": "./internal/tests/store.db"
}
}
]