mirror of
https://github.com/etiennecollin/unifi-voucher-manager.git
synced 2025-11-03 05:23:30 +00:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
const config = {
|
|
plugins: ["@tailwindcss/postcss"],
|
|
};
|
|
|
|
export default config;
|