Rocky_Mountain_Vending/.pnpm-store/v10/files/9c/d3f670fd66d26188443d2e23dda2111da7800a468a2073b356f92eae2332c5a2a41cbf6f204f6e469fc24a9c6b0ebe92d0af582b6d2259395cc9f0b7f9bed6
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
116 B
Text

var isCoreModule = require('is-core-module');
module.exports = function isCore(x) {
return isCoreModule(x);
};