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>
1 line
No EOL
753 B
Text
1 line
No EOL
753 B
Text
{"version":3,"file":"defaultScopes.js","sources":["../../src/defaultScopes.ts"],"sourcesContent":["import { getGlobalSingleton } from './carrier';\nimport { Scope } from './scope';\n\n/** Get the default current scope. */\nexport function getDefaultCurrentScope(): Scope {\n return getGlobalSingleton('defaultCurrentScope', () => new Scope());\n}\n\n/** Get the default isolation scope. */\nexport function getDefaultIsolationScope(): Scope {\n return getGlobalSingleton('defaultIsolationScope', () => new Scope());\n}\n"],"names":[],"mappings":";;;AAGA;AACO,SAAS,sBAAsB,GAAU;AAChD,EAAE,OAAO,kBAAkB,CAAC,qBAAqB,EAAE,MAAM,IAAI,KAAK,EAAE,CAAC;AACrE;;AAEA;AACO,SAAS,wBAAwB,GAAU;AAClD,EAAE,OAAO,kBAAkB,CAAC,uBAAuB,EAAE,MAAM,IAAI,KAAK,EAAE,CAAC;AACvE;;;;"} |