Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/e27b1269c34342dffcbe567c89e795fcb3905ebf99d231253e776046051610677f85764ba90113f3145ac65a9a54dcd409dd2976179cce6b4e453fab285b40
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

6 lines
264 B
Text

export declare function findRootLockFile(cwd: string): string | undefined;
export declare function findRootDirAndLockFiles(cwd: string): {
lockFiles: string[];
rootDir: string;
};
export declare function warnDuplicatedLockFiles(lockFiles: string[]): void;