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>
4 lines
306 B
Text
4 lines
306 B
Text
export declare const METADATA_BOUNDARY_NAME = "__next_metadata_boundary__";
|
|
export declare const VIEWPORT_BOUNDARY_NAME = "__next_viewport_boundary__";
|
|
export declare const OUTLET_BOUNDARY_NAME = "__next_outlet_boundary__";
|
|
export declare const ROOT_LAYOUT_BOUNDARY_NAME = "__next_root_layout_boundary__";
|