Rocky_Mountain_Vending/.pnpm-store/v10/files/ef/de2358e85a766a36b8c4a4479bade111c1d5fd137fad0c9b7db857e51bd8d4cc364616497e666458abb7de80be49572fb362b633d73eeb6faf6eaa6a8dc869
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

2 lines
153 B
Text

import type { AppRenderContext } from './app-render';
export declare function getAssetQueryString(ctx: AppRenderContext, addTimestamp: boolean): string;