Skip to content

Commit bb3c480

Browse files
committed
ensure we write the config file in the Oxide engine
1 parent cfef652 commit bb3c480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/oxide/cli/init/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export function init(args) {
4545
.replace('__CONFIG__', stubContentsFile.replace('module.exports =', '').trim())
4646
.trim() + '\n\n'
4747

48+
fs.writeFileSync(tailwindConfigLocation, stubFile, 'utf8')
49+
4850
messages.push(`Created Tailwind CSS config file: ${path.basename(tailwindConfigLocation)}`)
4951
}
5052

0 commit comments

Comments
 (0)