litellmGUI / frontend /postcss.config.js
github-actions[bot]
deploy: b1de43e — 更新 README.md
e1d8498
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};