@mendable/search
Version:
A React component for integrating Mendable Search into your application.
5 lines (4 loc) • 335 B
TypeScript
export declare const LOCAL_SERVER_URL = "http://localhost:3001/v1";
export declare const STAGING_SERVER_URL = "https://quick-rings-production.up.railway.app";
export declare const STAGING_PIPELINE_SERVER_URL = "https://tearful-wren-production.up.railway.app";
export declare const PRODUCTION_SERVER_URL = "https://api.mendable.ai/v1";