Rocky_Mountain_Vending/.pnpm-store/v10/files/30/b5ab8e3410ad993b75db6fd96b09aae266bc51763b48fe072cc3ea494a819695c926010d08664341e16b5b740af978cae8150dd6be4d5f4856172a109ce0de
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
199 B
Text

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