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
+3
View File
@@ -19,5 +19,8 @@ text_to_story:
rm -f ./cmd/text_to_story/story.json
go run ./cmd/text_to_story/main.go
clear:
rm ./internal/tests/store.db
test:
go test ./...