Move toju-app into own its folder
This commit is contained in:
@@ -122,7 +122,7 @@ function processFile(filePath) {
|
||||
const args = process.argv.slice(2);
|
||||
const files = args.length > 0
|
||||
? args
|
||||
: glob.sync('src/app/**/*.html', { cwd: process.cwd() });
|
||||
: glob.sync('toju-app/src/app/**/*.html', { cwd: process.cwd() });
|
||||
|
||||
let formatted = 0;
|
||||
files.forEach(file => {
|
||||
|
||||
Reference in New Issue
Block a user