Skip to content

Commit 0ba90b1

Browse files
committed
refactor: move base template out of config category
1 parent 864b60c commit 0ba90b1

File tree

10 files changed

+3
-1
lines changed

10 files changed

+3
-1
lines changed

β€Žindex.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,10 @@ async function init() {
205205
renderTemplate(templateDir, root)
206206
}
207207

208+
// Render base template
209+
render('base')
210+
208211
// Add configs.
209-
render('config/base')
210212
if (needsJsx) {
211213
render('config/jsx')
212214
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)