mem0 / server /dashboard /postcss.config.js
keithproject's picture
mem0 self-hosted: full deployment (auth fix, nginx routing, 9router LLM config)
5ec8557
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};