Rocky_Mountain_Vending/.pnpm-store/v10/files/6f/050dbd376bd71c11ecbd2d46072c0407d2cf595fa37779fe43d7e3f692bdc5a56bbf48c463e9de71b7ee0e7e307ec4aa9846576184a44aa95cb139a662c1a7
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
207 B
Text

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