remove sqlite db
This commit is contained in:
parent
78c312f279
commit
286946b8ca
3 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -54,3 +54,6 @@ pids
|
|||
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||
|
||||
# Database
|
||||
common-cents.db
|
||||
BIN
common-cents.db
BIN
common-cents.db
Binary file not shown.
|
|
@ -28,7 +28,6 @@ const sqliteConfig: TypeOrmModuleOptions = {
|
|||
SubCategoriesModule,
|
||||
ExpensesModule
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: []
|
||||
controllers: [AppController]
|
||||
})
|
||||
export class AppModule { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue