Rocky_Mountain_Vending/.pnpm-store/v10/files/50/d8dcc29ec8c151ec2a69f0da4fe23d760d0482baf50273b02dc6e85475ed016e08f25b40befa39af5c887e7f46742ac5561c61e7e14d3b0b1ff4d72169bd4d
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

22 lines
No EOL
498 B
Text

/** JSDoc */
export interface StackFrame {
filename?: string;
function?: string;
module?: string;
platform?: string;
lineno?: number;
colno?: number;
abs_path?: string;
context_line?: string;
pre_context?: string[];
post_context?: string[];
in_app?: boolean;
instruction_addr?: string;
addr_mode?: string;
vars?: {
[key: string]: any;
};
debug_id?: string;
module_metadata?: any;
}
//# sourceMappingURL=stackframe.d.ts.map