Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xpf0000/FlyEnv
/ MakeServerDir
Function
MakeServerDir
src/main/utils/ServerPath.ts:36–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
* 创建服务器目录
35
*/
36
export
const
MakeServerDir = () => {
37
createBaseDirectories()
38
if
(!isWindows()) {
39
SetupNginxConfig()
40
}
41
}
42
43
/**
44
* 设置全局路径
Callers
2
initAppHelper
Method · 0.90
SetupGlobalPaths
Function · 0.85
Calls
3
isWindows
Function · 0.90
SetupNginxConfig
Function · 0.90
createBaseDirectories
Function · 0.85
Tested by
no test coverage detected