Rocky_Mountain_Vending/.pnpm-store/v10/files/02/98a3843d9f7d5eb0e8343a3ee501ecd99e634beb67fb740ae39fb90f1d2e0a2a3eee460a761d99f00a5ccbade52a4cdef6b38236fa9689c7905d04117adb29
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
185 B
Text

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