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

7 lines
304 B
Text

/**
* Before starting the Next.js runtime and requiring any module, we need to make
* sure the following scripts are executed in the correct order:
* - Polyfills
* - next/script with `beforeInteractive` strategy
*/
export declare function appBootstrap(hydrate: (assetPrefix: string) => void): void;