const myAppId = "<REPLACEME>";
// do something after the user has logged in
// example: redirect to the dashboard
// window.location.replace("/dashboard");
// do something when the user needs to be logged in
// example: redirect to the login page
// window.location.replace("/login");
export const client = new CloudStateClient(myAppId, config);