ServeResultDocumentation: https://esbuild.github.io/api/#serve-return-values interface ServeResult {host: string;port: number;stop: () => void;wait: Promise<void>;}§Properties§host: string[src]§port: number[src]§stop: () => void[src]§wait: Promise<void>[src]