Refactor code structure and remove redundant sections for improved readability and maintainability
This commit is contained in:
13
backend/ormconfig.json
Normal file
13
backend/ormconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "sqlite",
|
||||
"database": "./src/database/database.sqlite",
|
||||
"migrations": [
|
||||
"./src/database/migrations/*.ts"
|
||||
],
|
||||
"entities": [
|
||||
"./src/models/*.ts"
|
||||
],
|
||||
"cli": {
|
||||
"migrationsDir": "./src/database/migrations"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user