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>
17 lines
423 B
Text
17 lines
423 B
Text
"use strict";
|
|
|
|
function _iterable_to_array_limit_loose(arr, i) {
|
|
var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]);
|
|
|
|
if (_i == null) return;
|
|
|
|
var _arr = [];
|
|
|
|
for (_i = _i.call(arr), _step; !(_step = _i.next()).done;) {
|
|
_arr.push(_step.value);
|
|
if (i && _arr.length === i) break;
|
|
}
|
|
|
|
return _arr;
|
|
}
|
|
exports._ = _iterable_to_array_limit_loose;
|