Output a single index file
This commit is contained in:
parent
f27b1e2232
commit
ab15bd4179
1 changed files with 1 additions and 0 deletions
1
index.ts
1
index.ts
|
@ -74,4 +74,5 @@ function writeTemplate(
|
||||||
}
|
}
|
||||||
bar.tick();
|
bar.tick();
|
||||||
});
|
});
|
||||||
|
writeTemplate(template, '', {value: ''});
|
||||||
})();
|
})();
|
||||||
|
|
Reference in a new issue