Rocky_Mountain_Vending/.pnpm-store/v10/files/65/ed4335e6da6091f62adf206c5ea23ddb584c3c770c9001f1f9e67766b371351082df41ec23b5c944dc4efe21a67ec35b419822e651c41e8a38f0106b4389cf
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
235 B
Text

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