Move toju-app into own its folder
This commit is contained in:
@@ -108,7 +108,7 @@ if (args.length > 0) {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
walkDir(path.join(process.cwd(), 'src/app'), (filePath) => {
|
||||
walkDir(path.join(process.cwd(), 'toju-app/src/app'), (filePath) => {
|
||||
if (formatFile(filePath)) {
|
||||
processed++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user