Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/f4559898988815a493ea77b98cc8baace08b7d042b4f1d1cf91050a5a47b42f63a334c4b3f73b9d25ae26d3eafd59e4ec85b292bf0e6b244ef8101bfd6e362
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

8 lines
347 B
Text

import type { PageExtensions } from '../build/page-extensions-type';
export declare function verifyRootLayout({ dir, appDir, tsconfigPath, pagePath, pageExtensions, }: {
dir: string;
appDir: string;
tsconfigPath: string | undefined;
pagePath: string;
pageExtensions: PageExtensions;
}): Promise<[boolean, string | undefined]>;