Skip to content

Commit 058cdd7

Browse files
committed
fix: rename tailwind.config.ts to .js to avoid import issues
1 parent 64ffd22 commit 058cdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/tailwind.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file exists to support tools that don't support ESM or TypeScript.
33
// It imports the real config from tailwind.config.ts via a generated .js file.
44

5-
module.exports = require('./tailwind.config.generated.js');
5+
module.exports = require('./tailwind.config.js');

0 commit comments

Comments
 (0)