Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/f6526119d92f39a267475babe831c88232ef1e2c5bd09c5e849bab722474ae03b580e07cdb0f3640e895983313b0b97a0e916e2ef4b96a7b854ea9f044f091
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

15 lines
393 B
Text

import type { NextConfig } from 'next'
declare function NextBundleAnalyzer(options?: {
enabled?: boolean
openAnalyzer?: boolean
analyzerMode?: 'json' | 'static'
/**
* Log level. Can be 'info', 'warn', 'error' or 'silent'.
* @default 'info'
*/
logLevel?: 'info' | 'warn' | 'error' | 'silent' | undefined
}): (config?: NextConfig) => NextConfig
export = NextBundleAnalyzer