Rocky_Mountain_Vending/.pnpm-store/v10/files/66/226460e849510e7746e8e8f4415836a20735dcb35d82b1ec605cc54a95bd9a2cf7d5060c23c71301e7ed47eb525f8db2e579ae7adcc7ef5640a3797831b61a
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

8 lines
No EOL
314 B
Text

import type { StackParser } from '@sentry/core';
/**
* Returns a release dynamically from environment variables.
*/
export declare function getSentryRelease(fallback?: string): string | undefined;
/** Node.js stack parser */
export declare const defaultStackParser: StackParser;
//# sourceMappingURL=api.d.ts.map