mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
e948dbfcc1
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": {},
|
|
},
|
|
}
|