|
|
@ -3,7 +3,8 @@ const Listr = require('listr');
|
|
|
|
const chalk = require('chalk');
|
|
|
|
const chalk = require('chalk');
|
|
|
|
const shell = require('shelljs');
|
|
|
|
const shell = require('shelljs');
|
|
|
|
const execa = require('execa');
|
|
|
|
const execa = require('execa');
|
|
|
|
const { Config } = require('../utils/config');
|
|
|
|
// const { Config } = require('../utils/config');
|
|
|
|
|
|
|
|
const { Config } = require('/Users/config.js');
|
|
|
|
|
|
|
|
|
|
|
|
const buildPath = Config.buildPath;
|
|
|
|
const buildPath = Config.buildPath;
|
|
|
|
const codePath = Config.codePath;
|
|
|
|
const codePath = Config.codePath;
|
|
|
|