helmet-v5 / frontend /postcss.config.js
vivekvar's picture
Initial push: helmet v5 code + trained models
e90abd8 verified
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}