Files
XCDesktop/electron/config.ts

10 lines
203 B
TypeScript
Raw Normal View History

export const appConfig = {
opencode: {
mode: 'command', // 'command' | 'exe'
exePath: 'bin/XCOpenCodeWeb.exe',
port: 4096,
healthCheckInterval: 10000,
maxRestartAttempts: 3,
},
}