Rocky_Mountain_Vending/.pnpm-store/v10/files/62/196d1fcf54b8d81b7e62e555ac852f46e665a6706a76b094b847511a92985c653a9f5981b3b8ab32e37ad8882a7fb30a00f0a11695f904e45f57b5aaed8bb1
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

15 lines
206 B
Text

'use strict';
/** @type {import('.')} */
var $gOPD = require('./gOPD');
if ($gOPD) {
try {
$gOPD([], 'length');
} catch (e) {
// IE 8 has a broken gOPD
$gOPD = null;
}
}
module.exports = $gOPD;