rasad-backend / frontend-src /postcss.config.js
aboodhay's picture
feat: unified Space - serve frontend + backend in one container
8521cd6
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};