chore: update configuration and improve schema imports
- Updated biome.json to include "graphql.d.ts" in the ignored files list. - Updated subproject commit reference in epess-database to the latest version. - Removed unused script from package.json and streamlined module file extensions in tsconfig.json. - Consolidated exclude patterns in tsconfig.build.json for clarity. - Refactored imports across multiple schema files for consistency and improved readability. - Enhanced various schema files by ensuring proper import order and removing redundant code. - Improved error handling and data integrity checks in several service and schema files.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Controller, Get, Post, Put, Delete, Param, Body } from '@nestjs/common'
|
||||
import { Body, Controller, Delete, Get, Param, Post, Put } from '@nestjs/common'
|
||||
import { ApiOperation, ApiResponse, ApiTags } from '@nestjs/swagger'
|
||||
import { RestfulService } from './restful.service'
|
||||
import { ApiTags, ApiOperation, ApiResponse } from '@nestjs/swagger'
|
||||
|
||||
@ApiTags('Restful')
|
||||
@Controller('restful')
|
||||
|
||||
Reference in New Issue
Block a user