Rocky_Mountain_Vending/.pnpm-store/v10/files/58/c8629d25e8ae06e3de1620ba73dfae8d23bc659637d4b10cb13ede14dca139c1dbfbf86a1442ca69cd68e02c2659ab7dae05de1b50b32eace030830ade0738
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

5 lines
119 B
Text

export declare const setDayOfYear: import("./types.js").FPFn2<
Date,
number,
import("../fp.js").DateArg<Date>
>;