Pulse/frontend-modern/postcss.config.js
Pulse Monitor 5665106a7d Initial clean Go + TypeScript rewrite
- Go backend with Proxmox/PBS integration
- Modern TypeScript/SolidJS frontend
- WebSocket real-time updates
- Clean project structure with no legacy code
2025-07-28 21:24:33 +00:00

6 lines
No EOL
79 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}