Rocky_Mountain_Vending/.pnpm-store/v10/files/00/45ea8b0ce5d4a2b2e11c6ea55b7bb72712c34237aea42ed366f94c3cfd92d684043d7845f2e1c96f617e1cea36c19ad4ac1e33a14ef2d8f638b2b538f97f3f
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
264 B
Text

export declare function writeAppTypeDeclarations({ baseDir, distDir, imageImportsEnabled, hasPagesDir, hasAppDir, }: {
baseDir: string;
distDir: string;
imageImportsEnabled: boolean;
hasPagesDir: boolean;
hasAppDir: boolean;
}): Promise<void>;