| // 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 |