Rocky_Mountain_Vending/.pnpm-store/v10/files/9b/8ef0a94f355e1531a1fb7c8392340a57ae151e1094a3e7aef9c8783dc0d11f9c129871759218d22c95771b1c736a8c9f1adeb89d9fac966181c120172025d8
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

13 lines
203 B
Text

function noop(){}
export default global.console ? global.console : {
log: noop,
info: noop,
warn: noop,
error: noop,
dir: noop,
assert: noop,
time: noop,
timeEnd: noop,
trace: noop
};