mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 05:07:23 +08:00
support basic functions in frontend 1. create/del network 2. inspect network running status
8 lines
106 B
JavaScript
8 lines
106 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
"postcss-nested": {},
|
|
},
|
|
}
|