Rocky_Mountain_Vending/.pnpm-store/v10/files/3d/5e54990758c5c1e075b1bf40c2113177aafd9de07fd869ddaa2f0fe3f66fee0b4ae1093813ebc4f193ccc5a96a3c0c3c441c05089d85426de6fbe89f2aab61
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

12 lines
583 B
Text

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const nodeVersion = require('../../nodeVersion.js');
const localVariablesAsync = require('./local-variables-async.js');
const localVariablesSync = require('./local-variables-sync.js');
const localVariablesIntegration = (options = {}) => {
return nodeVersion.NODE_VERSION.major < 19 ? localVariablesSync.localVariablesSyncIntegration(options) : localVariablesAsync.localVariablesAsyncIntegration(options);
};
exports.localVariablesIntegration = localVariablesIntegration;
//# sourceMappingURL=index.js.map