wasp/examples/websockets-realtime-voting/postcss.config.cjs
Filip Sodić f7712105af
Add websockets example app (#1510)
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2023-10-16 16:14:57 +02:00

6 lines
81 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}