Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit ba84117

Browse files
authored
Add back .ts as module export (#9270)
1 parent 2bf8f73 commit ba84117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Ethereal Engine. All Rights Reserved.
2727

2828
module.exports = {
2929
mode: 'jit',
30-
content: ['../**/*.{tsx}'],
30+
content: ['../**/*.{tsx,ts}'],
3131
darkMode: 'class',
3232
important: true, // important in prod is must be
3333
theme: ['default'],

0 commit comments

Comments
 (0)