Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/44948571b0b2a23a8c07cac011375a99bf2c82eb905f4af6edb4d366f5fb3594495403be1ce8c6cee40b69fe501e85fbf3246057bbfbe32e5c78eb5a7bb0f0
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

1 line
No EOL
847 B
Text

{"version":3,"file":"index.js","sources":["../../../../src/integrations/local-variables/index.ts"],"sourcesContent":["import type { Integration } from '@sentry/core';\nimport { NODE_VERSION } from '../../nodeVersion';\nimport type { LocalVariablesIntegrationOptions } from './common';\nimport { localVariablesAsyncIntegration } from './local-variables-async';\nimport { localVariablesSyncIntegration } from './local-variables-sync';\n\nexport const localVariablesIntegration = (options: LocalVariablesIntegrationOptions = {}): Integration => {\n return NODE_VERSION.major < 19 ? localVariablesSyncIntegration(options) : localVariablesAsyncIntegration(options);\n};\n"],"names":[],"mappings":";;;;AAMO,MAAM,4BAA4B,CAAC,OAAO,GAAqC,EAAE,KAAkB;AAC1G,EAAE,OAAO,YAAY,CAAC,KAAA,GAAQ,EAAA,GAAK,6BAA6B,CAAC,OAAO,CAAA,GAAI,8BAA8B,CAAC,OAAO,CAAC;AACnH;;;;"}