Skip to content

Commit

Permalink
fix: remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
William Luke committed Jan 22, 2021
1 parent 92f7b5f commit f20b677
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib/prisma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ if(!fs.exists(configDB)){
fs.copy(path.join(__dirname, '..', '..', 'config.db'), configDB)
}


if(!fs.exists(configDB)){
fs.copy(path.join(__dirname, '..', '..', 'config.db'), configDB)
}


process.env.DATABASE_URL = `file:${configDB}`


Expand Down

0 comments on commit f20b677

Please sign in to comment.