Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/b70eeb6c445e6fce3f3b902c68e0f03932bf73a7494bdf3822dee3290543d0afe7c2c8e24d077cd5fc981ce1fba5524461d97622725c43312d904cad4e0ecc
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
155 B
Text

var resolve = require('../');
resolve('tap', { basedir: __dirname }, function (err, res) {
if (err) console.error(err);
else console.log(res);
});