Files
Proxmox-arm64/frontend/postcss.config.mjs
Sam 203b069521 Restore frontend.
Will probably replace existing website with this one.
2024-12-31 15:33:46 +10:00

9 lines
135 B
JavaScript

/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;