Skip to content

Commit 1965bef

Browse files
committed
added .js extension to template config
1 parent a856994 commit 1965bef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

template.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
placeholderName: 'ProjectName',
3+
templateDir: './template',
4+
postInitScript: './script.js',
5+
};

0 commit comments

Comments
 (0)