File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "extends" : " ../../tsconfig.base.json" ,
1515 "include" : [
1616 " src/**/*" ,
17- " package.json" ,
18- " jest.config.ts"
17+ " package.json"
1918 ]
2019}
Original file line number Diff line number Diff line change 66 createLetter ,
77 createLetterDto ,
88} from "../helpers/create-letter-helpers" ;
9- import { createLetterRepository } from "../infrastructure/letter-repo-factory" ;
10- import { uploadFile } from "../helpers/s3-helpers" ;
9+ import createLetterRepository from "../infrastructure/letter-repo-factory" ;
10+ import uploadFile from "../helpers/s3-helpers" ;
1111
1212async function main ( ) {
1313 await yargs ( hideBin ( process . argv ) )
Original file line number Diff line number Diff line change 11import { hideBin } from "yargs/helpers" ;
22import yargs from "yargs" ;
3- import { createSupplierRepository } from "../infrastructure/suppliers-repo-factory" ;
3+ import createSupplierRepository from "../infrastructure/suppliers-repo-factory" ;
44
55async function main ( ) {
66 await yargs ( hideBin ( process . argv ) )
You can’t perform that action at this time.
0 commit comments