make web ui state directory configurable (#764)
This commit is contained in:
@@ -178,7 +178,7 @@ export async function bootstrap() {
|
||||
const interfaces = safeNetworkInterfaces()
|
||||
const localIp = Object.values(interfaces).flat().find(i => i?.family === 'IPv4' && !i?.internal)?.address || 'localhost'
|
||||
console.log(`Server: http://localhost:${config.port} (LAN: http://${localIp}:${config.port})`)
|
||||
console.log(`Log: ~/.hermes-web-ui/logs/server.log`)
|
||||
console.log(`Log: ${config.appHome}/logs/server.log`)
|
||||
logger.info('Server: http://localhost:%d (LAN: http://%s:%d)', config.port, localIp, config.port)
|
||||
|
||||
// Restore group chat agents after server is ready.
|
||||
|
||||
Reference in New Issue
Block a user