This is how we initialize it. ```import { Client }...
# community-help
j
This is how we initialize it.
Copy code
import { Client } from 'typesense';
import TS_CONFIG from './config';

const c = new Client(TS_CONFIG.server);

export default c;
give me a sec i'll get you the ts_config