supermemory/apps/sdk-playground/postcss.config.mjs
Dhravya Shah 93f92cdd58 feat(sdk-playground): add interactive chat playground for SDK testing
Next.js UI with TypeScript and Python chat backends, context panel,
API key management, tools reference, and middleware configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-07 19:40:34 -07:00

7 lines
92 B
JavaScript

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