mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +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"); |