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>
8 lines
No EOL
425 B
Text
8 lines
No EOL
425 B
Text
export declare const BAGGAGE_KEY_PAIR_SEPARATOR = "=";
|
|
export declare const BAGGAGE_PROPERTIES_SEPARATOR = ";";
|
|
export declare const BAGGAGE_ITEMS_SEPARATOR = ",";
|
|
export declare const BAGGAGE_HEADER = "baggage";
|
|
export declare const BAGGAGE_MAX_NAME_VALUE_PAIRS = 180;
|
|
export declare const BAGGAGE_MAX_PER_NAME_VALUE_PAIRS = 4096;
|
|
export declare const BAGGAGE_MAX_TOTAL_LENGTH = 8192;
|
|
//# sourceMappingURL=constants.d.ts.map |