Rocky_Mountain_Vending/.pnpm-store/v10/files/35/029bf5050f6a3e9bb633d45f7e3739d0a974dbdad93eaa7ae797aae0c514467d596f391629a2a9f8b707be53d67f598ea4726f0f0533010706fd3d4ac198ec
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

5 lines
104 B
Text

import coolFile from './something.json' with { type: 'json' }
export default {
data: coolFile.data
}