Rocky_Mountain_Vending/.pnpm-store/v10/files/9e/465eda5e3568c131ee900020f8d5549142270cf026a3b552b8c262b6d0184cabf4ec3205cec89d1571d75efee22d7937671e6b7d829e070817d6096560c143
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
159 B
Text

var convert = require('./convert'),
func = convert('attempt', require('../attempt'));
func.placeholder = require('./placeholder');
module.exports = func;