demo / frontend /postcss.config.js
AIVLAD's picture
feat: add React frontend with nginx reverse proxy
f75bff1
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}