correct typo

This commit is contained in:
monoid 2021-01-09 20:28:05 +09:00
parent af3e6ce192
commit 15b6d0c2c2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export namespace Knex {
production: {
client: 'sqlite3',
connection: {
database: './db.sqlite3',
filename: './db.sqlite3',
},
}
};