(sessionID string)
| 169 | if _, err := os.Stat(*endpointPath); os.IsNotExist(err) { |
| 170 | fmt.Fprintln(os.Stderr, "lumina-backend stopped") |
| 171 | return nil |
| 172 | } |
| 173 | } |
| 174 | } |
| 175 | } |
| 176 | |
| 177 | func Serve(ctx context.Context, opts DaemonOptions) error { |
| 178 | if strings.TrimSpace(opts.Host) == "" { |