{ "version": 3, "sources": ["../../../../node_modules/react-dom/client.js", "../../app/entry.client.tsx", "../../app/app.config.ts"], "sourcesContent": ["'use strict';\n\nvar m = require('react-dom');\nif (process.env.NODE_ENV === 'production') {\n exports.createRoot = m.createRoot;\n exports.hydrateRoot = m.hydrateRoot;\n} else {\n var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n exports.createRoot = function(c, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.createRoot(c, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n exports.hydrateRoot = function(c, h, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.hydrateRoot(c, h, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n}\n", "/**\n * By default, Remix will handle hydrating your app on the client for you.\n * You are free to delete this file if you'd like to, but if you ever want it revealed again, you can run `npx remix reveal` \u2728\n * For more information, see https://remix.run/file-conventions/entry.client\n */\n\nimport { RemixBrowser, useLocation, useMatches } from '@remix-run/react';\nimport * as Sentry from '@sentry/remix';\nimport { AppConfig } from '@tectonic/config';\nimport { knownErrors } from '@tectonic/errors';\nimport { startTransition, useEffect } from 'react';\nimport { hydrateRoot } from 'react-dom/client';\nimport { appConfig } from './app.config';\n\nAppConfig.setupConfig(appConfig);\n\nSentry.init({\n sampleRate: 1,\n tracesSampleRate: 1,\n replaysOnErrorSampleRate: 0.01,\n dsn: globalThis.env.SENTRY_DSN,\n ignoreErrors: [...knownErrors],\n integrations: [\n new Sentry.Replay(),\n new Sentry.BrowserTracing({\n routingInstrumentation: Sentry.remixRouterInstrumentation(\n useEffect,\n useLocation,\n useMatches\n ),\n }),\n ],\n});\n\n// eslint-disable-next-line no-underscore-dangle\nglobalThis.___tt___ = {};\n\nstartTransition(() => {\n hydrateRoot(document, );\n});\n", "import {\n ProductStockStatus,\n SearchFilterFields,\n SearchOperator,\n} from '@tectonic/types';\n\nconst appConfig = {\n implicitFilters: {\n [SearchFilterFields.PRODUCT_STOCK_STATUS]: {\n operator: SearchOperator.IN,\n field: SearchFilterFields.PRODUCT_STOCK_STATUS,\n value: [\n ProductStockStatus.IN_STOCK,\n ProductStockStatus.PARTIALLY_OUT_OF_STOCK,\n ],\n },\n },\n};\n\nexport { appConfig };\n"], "mappings": "4RAAA,IAAAA,EAAAC,EAAAC,GAAA,cAEA,IAAIC,EAAI,IAEND,EAAQ,WAAaC,EAAE,WACvBD,EAAQ,YAAcC,EAAE,YAEpB,IAAAC,ICDNC,IAIA,IAAAC,EAA2C,SAC3CC,EAA4B,SCL5B,IAAMC,EAAY,CAChB,gBAAiB,CACf,qBAAwC,EAAG,CACzC,cACA,2BACA,MAAO,oCAGP,CACF,CACF,CACF,EDqBwB,IAAAC,EAAA,SAxBxBC,EAAU,YAAYC,CAAS,EAExBC,EAAK,CACV,WAAY,EACZ,iBAAkB,EAClB,yBAA0B,IAC1B,IAAK,WAAW,IAAI,WACpB,aAAc,CAAC,GAAGC,CAAW,EAC7B,aAAc,CACZ,IAAWC,EACX,IAAWC,EAAe,CACxB,uBAA+BC,EAC7B,YACAC,EACAC,CACF,CACF,CAAC,CACH,CACF,CAAC,EAGD,WAAW,SAAW,CAAC,KAEvB,mBAAgB,IAAM,IACpB,eAAY,YAAU,OAACC,EAAA,EAAa,CAAE,CACxC,CAAC", "names": ["require_client", "__commonJSMin", "exports", "m", "i", "init_esm", "import_react", "import_client", "appConfig", "import_jsx_runtime", "config", "appConfig", "init", "knownErrors", "Replay", "BrowserTracing", "remixRouterInstrumentation", "useLocation", "useMatches", "RemixBrowser"] }