feat!: remove typeorm (#20366)

feat: remove typeorm
This commit is contained in:
Jason Rasmussen
2025-07-29 17:28:02 -04:00
committed by GitHub
parent 290e325c5c
commit 9b65cd4d7b
206 changed files with 13 additions and 4664 deletions

View File

@@ -1,10 +1,10 @@
import { BadRequestException } from '@nestjs/common';
import { Readable } from 'node:stream';
import { DownloadResponseDto } from 'src/dtos/download.dto';
import { DownloadService } from 'src/services/download.service';
import { assetStub } from 'test/fixtures/asset.stub';
import { authStub } from 'test/fixtures/auth.stub';
import { makeStream, newTestService, ServiceMocks } from 'test/utils';
import { Readable } from 'typeorm/platform/PlatformTools.js';
import { vitest } from 'vitest';
const downloadResponse: DownloadResponseDto = {