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>
11 lines
No EOL
412 B
Text
11 lines
No EOL
412 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.mergeAll = void 0;
|
|
var mergeMap_1 = require("./mergeMap");
|
|
var identity_1 = require("../util/identity");
|
|
function mergeAll(concurrent) {
|
|
if (concurrent === void 0) { concurrent = Infinity; }
|
|
return mergeMap_1.mergeMap(identity_1.identity, concurrent);
|
|
}
|
|
exports.mergeAll = mergeAll;
|
|
//# sourceMappingURL=mergeAll.js.map |