Rocky_Mountain_Vending/.pnpm-store/v10/files/ce/a71c6eb7edc7586ce9907f86888cc0d903e8262c4285be755b38fe858b48f535cb5619567620e90d46b44648facf356897de5aec248d4c1b7b08d1acc2c10b
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
No EOL
175 B
Text

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