Rocky_Mountain_Vending/.pnpm-store/v10/files/3a/0eee9f35aed777506400d93c74cc958945d10ee8eb15e786289f6129a9a93758b35b8b96fd50d4d86ff7cb22aaa752266a05ba591e045c74ce5b159f1aa746
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

6 lines
343 B
Text

/**
* This is a shim for the Statsig integration.
* We need this in order to not throw runtime errors when accidentally importing this on the server through a meta framework like Next.js.
*/
export declare const statsigIntegrationShim: (_options?: unknown) => import("@sentry/core").Integration;
//# sourceMappingURL=statsig.d.ts.map