update:database persist

This commit is contained in:
2026-03-10 17:40:37 +09:00
parent 8c872ddba7
commit 199c4251c3
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,6 @@ export default defineConfig({
out: './drizzle',
dialect: 'sqlite',
dbCredentials: {
url: 'file:app.db',
url: `file:${process.env.DB_PATH ?? 'app.db'}`,
},
})