Rocky_Mountain_Vending/.pnpm-store/v10/files/15/8cee9583b0c273d73d24fe01e4b811ba5dd36128a672fcd6a95574cf6a11f4d3718708a56df7b735f081cec233383b1dbed008338ebc7dd5ab2846b21df3cb
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

19 lines
770 B
Text

export declare const NEXT_TS_ERRORS: {
INVALID_SERVER_API: number;
INVALID_ENTRY_EXPORT: number;
INVALID_OPTION_VALUE: number;
MISPLACED_ENTRY_DIRECTIVE: number;
INVALID_PAGE_PROP: number;
INVALID_CONFIG_OPTION: number;
INVALID_CLIENT_ENTRY_PROP: number;
INVALID_METADATA_EXPORT: number;
INVALID_ERROR_COMPONENT: number;
INVALID_ENTRY_DIRECTIVE: number;
INVALID_SERVER_ENTRY_RETURN: number;
};
export declare const ALLOWED_EXPORTS: string[];
export declare const LEGACY_CONFIG_EXPORT = "config";
export declare const DISALLOWED_SERVER_REACT_APIS: string[];
export declare const DISALLOWED_SERVER_REACT_DOM_APIS: string[];
export declare const ALLOWED_PAGE_PROPS: string[];
export declare const ALLOWED_LAYOUT_PROPS: string[];