Rocky_Mountain_Vending/.pnpm-store/v10/files/f3/c84f27c9f7c9760c3c56c1d37615018aba39d56855d8a86865adeea61a9474dd1a6795516fc27217385f11a89ac7d43972889b0b727ca7c05ded3b1ce652ee
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

7 lines
No EOL
198 B
Text

export const dateTimestampProvider = {
now() {
return (dateTimestampProvider.delegate || Date).now();
},
delegate: undefined,
};
//# sourceMappingURL=dateTimestampProvider.js.map