mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-10 12:10:40 +00:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|