Commit 5e596921 authored by nanahira's avatar nanahira

optimize

parent 084270ca
Pipeline #5219 failed with stages
in 2 minutes and 4 seconds
import { Connection, Repository } from 'typeorm';
import { InjectConnection } from '@nestjs/typeorm';
import { Injectable, ConsoleLogger } from '@nestjs/common';
import { ConsoleLogger, Injectable } from '@nestjs/common';
import simpleGit, { SimpleGit } from 'simple-git';
import { ConfigService } from '@nestjs/config';
import path from 'path';
......
import { ApiProperty } from '@nestjs/swagger';
import { HttpException } from '@nestjs/common';
import { File } from '../entities/File.entity';
export class BlankReturnMessageDto {
@ApiProperty({ description: 'Return status code' })
......
import { NestFactory } from '@nestjs/core';
import { SwaggerModule, DocumentBuilder } from '@nestjs/swagger';
import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger';
import { NestExpressApplication } from '@nestjs/platform-express';
import { AppModule } from './app.module';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment