Rocky_Mountain_Vending/.pnpm-store/v10/files/0d/fa59c21a8cce1c7dbac18cf2ec034adb2b549e58cd06b9ef072eedae430d23b1c372358f051d89ebf189b2c300e6e644971ddfa102c19716f24abdbca4362b
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

5 lines
181 B
Text

export type ParameterizedString = string & {
__sentry_template_string__?: string;
__sentry_template_values__?: unknown[];
};
//# sourceMappingURL=parameterize.d.ts.map