MCPcopy
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 */
36export const MakeServerDir = () => {
37 createBaseDirectories()
38 if (!isWindows()) {
39 SetupNginxConfig()
40 }
41}
42
43/**
44 * 设置全局路径

Callers 2

initAppHelperMethod · 0.90
SetupGlobalPathsFunction · 0.85

Calls 3

isWindowsFunction · 0.90
SetupNginxConfigFunction · 0.90
createBaseDirectoriesFunction · 0.85

Tested by

no test coverage detected