Rocky_Mountain_Vending/.pnpm-store/v10/files/65/e85699fcb150d400d8dd0cf9857d25ef1258d97ef5b754bb89182f55e34611b55f6276821d4b0be2eaf0d632a22a56e7da7ade07fe12d888e5b3732158643a
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

3 lines
89 B
Text

import App from './dist/pages/_app'
export * from './dist/pages/_app'
export default App