Rocky_Mountain_Vending/.pnpm-store/v10/files/ed/7048dafc9bb511858f8c7dd25eef815d962b205f47cabf3c9e426a170393f12bba4e42b889486977451d660e42ca4665a9bbc1f7d0299b263ed01db01ede2b
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
226 B
Text

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