refactor: move data.sample.db to dbtbbase directory

This commit is contained in:
2025-06-07 14:00:23 +02:00
parent 5ac4b99e32
commit a06e208bfa
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ PUBLIC_URL="http://localhost:8055"
# you need to pass to the database instance. # you need to pass to the database instance.
DB_CLIENT="sqlite3" DB_CLIENT="sqlite3"
DB_FILENAME="data.db" DB_FILENAME="./database/data.db"