MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus /

Class

js/botasaurus-server-js/src/api-config.ts:750–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748 * Controls API-only mode, port settings, and autostart behavior.
749 */
750class ApiConfig {
751 static apiPort: number = 8000;
752 static autoStart: boolean = true;
753 static routeSetupFn?: (server: FastifyInstance) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected