Rocky_Mountain_Vending/.pnpm-store/v10/files/6d/6f026af235b3e2eb81f620afaa65ee75a5057bfe53e59ce1493afcfae45c99ed3cd64e82cf054e30eb649334950fcfafd001ed2fdd0c671c27adb4d33cd193
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
206 B
Text

export declare function findDir(dir: string, name: 'pages' | 'app'): string | null;
export declare function findPagesDir(dir: string): {
pagesDir: string | undefined;
appDir: string | undefined;
};