karthik-2905's picture
Upload folder using huggingface_hub
5d14125 verified
// src/utils/instance.ts
function isStaging(frontendApi) {
return frontendApi.endsWith(".lclstage.dev") || frontendApi.endsWith(".stgstage.dev") || frontendApi.endsWith(".clerkstage.dev") || frontendApi.endsWith(".accountsstage.dev");
}
export {
isStaging
};
//# sourceMappingURL=chunk-3TMSNP4L.mjs.map