Rocky_Mountain_Vending/.pnpm-store/v10/files/f1/10b670dca983a1900a871c227697d90126ab072ab1eb7e169a641b598804506e8c4b5f3e6cf4e6d0f25020ea6cc9dc67393cbe5a7ce8744554c9cd850db980
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
156 B
Text

var id = 0;
function _class_private_field_loose_key(name) {
return "__private_" + id++ + "_" + name;
}
export { _class_private_field_loose_key as _ };