mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|