mirror of
https://github.com/Dokploy/examples.git
synced 2026-06-15 20:25:24 +02:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|