Rocky_Mountain_Vending/.pnpm-store/v10/files/73/57ad7160a421d45607b90235c356e21a71ffd69963522be3dbc732cf32468108990ac87828bb1deac0c149d3f3d5d0ac39edb5d7598cd293023efd432afc65
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
221 B
Text

import type { FlightRouterState, FlightDataPath } from '../../../shared/lib/app-router-types';
export declare function shouldHardNavigate(flightSegmentPath: FlightDataPath, flightRouterState: FlightRouterState): boolean;