Skip to content
DocsTry Aspire
DocsTry

DelveServerOptions

Type
📦 Aspire.Hosting.Go v13.5.3-preview.1.26425.3
type DelveServerOptions = {
Port?: number;
AcceptMultiClient?: boolean;
OnlySameUser?: boolean;
ContinueOnStart?: boolean;
Log?: boolean;
LogOutput?: string;
}

Fields

Portnumberoptional
AcceptMultiClientbooleanoptional
OnlySameUserbooleanoptional
ContinueOnStartbooleanoptional
Logbooleanoptional
LogOutputstringoptional