This is the code in the cerbos-client.js file whic...
# help
p
This is the code in the cerbos-client.js file which is responsible for connection between Cerbos and the application
Copy code
import { HTTP } from "@cerbos/http";

const cerbos = new HTTP("<http://localhost:3592>");

export default cerbos;