Rocky_Mountain_Vending/.pnpm-store/v10/files/90/76f0b111fd85e5ce54be960b90d660ee908dd0625fccfee17ca5acb3b3ed63e1efb5012af23841d86f372e9c27dfeee06fefa8368e3ed11a5ab2ed80a79132
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

6 lines
213 B
Text

import type { NextConfigComplete } from '../server/config-shared';
/** */
export declare function validateTurboNextConfig({ dir, isDev, }: {
dir: string;
isDev?: boolean;
}): Promise<NextConfigComplete>;