Rocky_Mountain_Vending/.pnpm-store/v10/files/4c/9605a177967bb04cf1116d25f12683390b146320f9ca0104a5ded85c1c87ba78e36bf67b6b8985f534269125d93800e05f1858f18b73e6fd38d1f6d4e95b6d
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
379 B
Text

export declare function getRequiredConfiguration(typescript: typeof import('typescript')): Partial<import('typescript').CompilerOptions>;
export declare function writeConfigurationDefaults(typescriptVersion: string, tsConfigPath: string, isFirstTimeSetup: boolean, hasAppDir: boolean, distDir: string, hasPagesDir: boolean, isolatedDevBuild: boolean | undefined): Promise<void>;