mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-12 12:47:25 +08:00
* move rpc-build out of easytier dir and make it a independant project * easytier core use launcher * fix flags not print on launch * allow launcher not fetch node info * abstract out peer rpc impl * fix arm gui ci. see https://github.com/actions/runner-images/pull/10807 * add easytier-web crate * fix manual_connector test case
30 lines
464 B
Plaintext
30 lines
464 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "gui",
|
|
"path": "easytier-gui"
|
|
},
|
|
{
|
|
"name": "core",
|
|
"path": "easytier"
|
|
},
|
|
{
|
|
"name": "vpnservice",
|
|
"path": "tauri-plugin-vpnservice"
|
|
},
|
|
{
|
|
"name": "rpc-build",
|
|
"path": "easytier-rpc-build"
|
|
}
|
|
],
|
|
"settings": {
|
|
"i18n-ally.sourceLanguage": "cn",
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
// Disable the default formatter
|
|
"prettier.enable": false,
|
|
}
|
|
} |