File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @scope3/typegraphql-prisma" ,
3- "version" : " 0.28.1 " ,
3+ "version" : " 0.28.2 " ,
44 "scripts" : {
55 "prepare" : " husky install" ,
66 "prebuild" : " rm -rf lib" ,
Original file line number Diff line number Diff line change @@ -22,16 +22,13 @@ import {
2222export async function generate ( options : GeneratorOptions ) {
2323 const totalStart = performance . now ( ) ;
2424 console . log ( "🚀 TypeGraphQL Generator Started" ) ;
25- // console.log(options, 'options!')
2625
2726 const outputDir = parseEnvValue ( options . generator . output ! ) ;
2827
2928 // Parse verboseLogging option early to control all logging
3029 const verboseLogging =
3130 parseStringBoolean ( options . generator . config . verboseLogging ) ?? false ;
3231
33- console . log ( verboseLogging , "verboseLogging!" ) ;
34-
3532 // Create logging function based on verboseLogging option
3633 const log = ( message : string ) => {
3734 if ( verboseLogging ) {
You can’t perform that action at this time.
0 commit comments