Add volume support to allow loader to pass data to server.
This commit is contained in:
@@ -25,7 +25,7 @@ export const roleNames: RoleName[] = [
|
||||
'Rocker'
|
||||
]
|
||||
|
||||
const databasePath = './testdb.db'
|
||||
const databasePath = './data/testdb.db'
|
||||
|
||||
export const database = new Sequelize({
|
||||
dialect: 'sqlite',
|
||||
|
||||
Reference in New Issue
Block a user