Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/8d8583a138fe796ea6e45f01f42cd3bc8ed784954f21e5e69f87a2de59933892188410712e7ccee07fdedeb020c580721cd429a915c7c94d2a100979d1cbf4
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
222 B
Text

export declare function getTerminalLoggingConfig(): false | boolean | {
depthLimit?: number;
edgeLimit?: number;
showSourceLocation?: boolean;
};
export declare function getIsTerminalLoggingEnabled(): boolean;