MCPcopy
hub / github.com/4thfever/cultivation-world-simulator / BackendPathOptions

Interface BackendPathOptions

desktop/src/paths.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export const BACKEND_EXE_NAME = 'AICultivationSimulator_Backend.exe'
4
5export interface BackendPathOptions {
6 resourcesPath: string
7 backendDir?: string
8 backendExeName?: string
9}
10
11export function resolvePackagedBackendExe(options: BackendPathOptions): string {
12 const backendDir = options.backendDir ?? 'backend'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected