try fix CI
All checks were successful
Deploy App / build (push) Successful in 48s
Deploy App / deploy (push) Successful in 22s

This commit is contained in:
valere
2026-02-10 17:57:56 +01:00
parent 7be09dd12d
commit 08db4d7388
9 changed files with 12 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ export function useDB() {
if (_db) return _db
const config = useRuntimeConfig()
let dbPath = config.pathDb || process.env.PATH_DB
let dbPath = config.PATH_DB
if (!dbPath) {
throw new Error('PATH_DB is not configured')