mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|