supermemory/apps/memory-graph-playground/postcss.config.mjs
nexxeln dfb0c05ab3 add spaces selector with search (#600)
relevant files to review:
\- memory-graph.tsx
\- spaces-dropdown.tsx
\- spaces-dropdown.css.ts
2025-12-02 18:37:24 +00:00

7 lines
88 B
JavaScript

const config = {
plugins: {
"@tailwindcss/postcss": {},
},
}
export default config