Rocky_Mountain_Vending/.pnpm-store/v10/files/b0/e0afb6ec764f1217ba6d7cfcffa4ce8766ebfde1b4303109f13625178c9d5aa9825858c3a5479642e7358acfa02834234fb4f7aed58024d82e5d060576fcac
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

9 lines
No EOL
530 B
Text

// NOTE: this is marked as shared/external because it's stateful
// and the state needs to be shared between app-render (which waits for pending imports)
// and helpers used in transformed page code (which register pending imports)
import { trackPendingChunkLoad, trackPendingImport, trackPendingModules } from './track-module-loading.instance' with {
'turbopack-transition': 'next-shared'
};
export { trackPendingChunkLoad, trackPendingImport, trackPendingModules };
//# sourceMappingURL=track-module-loading.external.js.map