This commit is contained in:
lesion 2021-10-22 12:41:45 +02:00
parent cc5011b940
commit 03663c4989
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -16,7 +16,7 @@ const setupController = {
} }
if (dbConf.storage) { if (dbConf.storage) {
dbConf.storage = path.resolve(process.env.cwd, dbConf.storage) dbConf.storage = path.resolve(process.env.cwd || '', dbConf.storage)
} }
try { try {