Rocky_Mountain_Vending/.pnpm-store/v10/files/42/6f2bfa1c9ff919d1972480646e98041c81f7d499ff2bc90b32f7a38ee5a49dbb714c4bce76fa01f8c49dfc06e256e6e7232497b077891f08c7c218550d0485
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

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__";