2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00

template generator

This commit is contained in:
2023-06-24 10:45:59 +03:00
parent 406423f48c
commit c3365773c5
3 changed files with 15627 additions and 2 deletions

View File

@ -267,7 +267,7 @@ export default class TemplateGenerator {
// no longer needed
Warehouse.remove(con);
let dstDir = `lib/${dir}`;
let dstDir = `${dir}`;
if (!fs.existsSync(dstDir)){