mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-15 11:33:57 +00:00
8 lines
No EOL
170 B
JavaScript
8 lines
No EOL
170 B
JavaScript
module.exports = {
|
|
content: ['**/*.html', '**/*.tsx'],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
}
|
|
module.exports = require("@repo/tailwind-config/tailwind.config"); |