{"version":3,"file":"instance-BmZr0cdE.mjs","names":[],"sources":["../../src/utils/instance.ts"],"sourcesContent":["/**\n * Check if the frontendApi ends with a staging domain\n */\nexport function isStaging(frontendApi: string): boolean {\n  return (\n    frontendApi.endsWith('.lclstage.dev') ||\n    frontendApi.endsWith('.stgstage.dev') ||\n    frontendApi.endsWith('.clerkstage.dev') ||\n    frontendApi.endsWith('.accountsstage.dev')\n  );\n}\n"],"mappings":";;;;AAGA,SAAgB,UAAU,aAA8B;AACtD,QACE,YAAY,SAAS,gBAAgB,IACrC,YAAY,SAAS,gBAAgB,IACrC,YAAY,SAAS,kBAAkB,IACvC,YAAY,SAAS,qBAAqB"}