Rocky_Mountain_Vending/.pnpm-store/v10/files/15/2bca230f8a630437f4203caca64d93446bd726d7668174ed4c1ca13f30166a22824e4a74a2556ce63d6a5bd55f7971f59c8eb11007b6b3458e7d7be4ba8ef5
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
144 B
Text

export default function(a, b) {
var d = new Date;
return a = +a, b = +b, function(t) {
return d.setTime(a * (1 - t) + b * t), d;
};
}