Rocky_Mountain_Vending/.pnpm-store/v10/files/ef/2022c81755af660a3d4466c9574bd095a386ff5860707e80bc068d92984ff1efc49c4d4027ef3f8516de915bf5a333ae5e8054106fb9bf9dac80e6aab54a9b
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

9 lines
326 B
Text

// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { startOfISOWeek as fn } from "../startOfISOWeek.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const startOfISOWeek = convertToFP(fn, 1);
// Fallback for modularized imports:
export default startOfISOWeek;