try fix CI
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user