返回 JoyAI-Echo
postcss.config.js
根目录 / echo_longvideo / Director_Agent / webui / postcss.config.js
1 export default {
2 plugins: {
3 tailwindcss: {},
4 autoprefixer: {},
5 },
6 };
7
7 lines JAVASCRIPT