Rocky_Mountain_Vending/.pnpm-store/v10/files/5b/e8ba486b99557d4d0932cfccdc6aa13b52d714eec5d55f3e6fe15ae9e9f300fbfdd0fc61090163cd2cab96d34bf85c4be6557fad098d18067d2682a8f8be00
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
318 B
Text

import { 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