Rocky_Mountain_Vending/.pnpm-store/v10/files/38/a662b98386a333aa3b02fc2a3a1b6cde7b51a2802979306213f90598545e63ee92c56d27c20a3044dd0d89dbdb9a4f9f9bb82e3be5e5bb0d083f21469f4d4a
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
256 B
Text

/**
* Type annotation defs shared between Flow and TypeScript.
* These defs could not be defined in ./flow.ts or ./typescript.ts directly
* because they use the same name.
*/
import { Fork } from "../types";
export default function (fork: Fork): void;