live / dashboard /postcss.config.js
ayush77uh's picture
Add complete dashboard with WebSocket API, stream health monitoring, and scene controls
d1290e2
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}