4 changed files with 563 additions and 579 deletions
@ -0,0 +1,15 @@ |
|||
#!/usr/bin/env node
|
|||
|
|||
import {getConfigs} from "./helpers.js"; |
|||
|
|||
const {isDev, modulesPath, projectPath, developmentBlockName} = getConfigs(); |
|||
|
|||
console.log('----------------------------------\n') |
|||
console.log('Local Details', process.versions, '\n'); |
|||
console.log('Configs', { |
|||
isDev, |
|||
modulesPath, |
|||
projectPath, |
|||
developmentBlockName |
|||
}); |
|||
console.log('\n----------------------------------\n') |
|||
File diff suppressed because it is too large
Loading…
Reference in new issue