mirror of
https://github.com/apricote/Listory.git
synced 2026-02-06 17:57:03 +00:00
chore(deps): update typeorm
This commit is contained in:
parent
9900bc641d
commit
ef84800ce8
22 changed files with 232 additions and 242 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Module } from "@nestjs/common";
|
||||
import { TypeOrmModule } from "@nestjs/typeorm";
|
||||
import { TypeOrmRepositoryModule } from "../database/entity-repository/typeorm-repository.module";
|
||||
import { AlbumRepository } from "./album.repository";
|
||||
import { ArtistRepository } from "./artist.repository";
|
||||
import { GenreRepository } from "./genre.repository";
|
||||
|
|
@ -8,7 +8,7 @@ import { TrackRepository } from "./track.repository";
|
|||
|
||||
@Module({
|
||||
imports: [
|
||||
TypeOrmModule.forFeature([
|
||||
TypeOrmRepositoryModule.for([
|
||||
AlbumRepository,
|
||||
ArtistRepository,
|
||||
GenreRepository,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue