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>
12 lines
352 B
Text
12 lines
352 B
Text
'use strict';
|
|
|
|
var resolveDefaultsModeConfig = require('./resolveDefaultsModeConfig');
|
|
|
|
|
|
|
|
Object.keys(resolveDefaultsModeConfig).forEach(function (k) {
|
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
enumerable: true,
|
|
get: function () { return resolveDefaultsModeConfig[k]; }
|
|
});
|
|
});
|