Rocky_Mountain_Vending/.pnpm-store/v10/files/29/15aec0f62ebd2804697298ddccc859fcb0d2495197746e2d9c1274a73d3a216228b4983470d2b95fa806915b4a1ab9cb52e50de9e247bcb59d52e2d861876b
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

11 lines
226 B
Text

/** Detect CommonJS. */
function isCjs() {
try {
return typeof module !== 'undefined' && typeof module.exports !== 'undefined';
} catch {
return false;
}
}
export { isCjs };
//# sourceMappingURL=commonjs.js.map