Rocky_Mountain_Vending/.pnpm-store/v10/files/95/5dfe677b32a7d2219ae33218e19cc634f4fad300a191c01cc99b73c4dee55cb4ba72ea119e093fdb7b179180012093d4e10f88fb46ae5625e89c28135a404d
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
104 B
Text

import { testA } from './cyclical-a.mjs'
export function testB () {
console.log('testB')
testA()
}