Rocky_Mountain_Vending/.pnpm-store/v10/files/b6/61f3f033200900f3461cfe030177380d6f4764dfe93530b5ecde5c6b52fe006bcc421bbda64d882705eac2c9258ac43927e53623944f8b684b6df408023c2b
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

25 lines
No EOL
686 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return matchBundle;
}
});
const _getroutefromassetpath = /*#__PURE__*/ _interop_require_default(require("../shared/lib/router/utils/get-route-from-asset-path"));
function _interop_require_default(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
function matchBundle(regex, input) {
const result = regex.exec(input);
if (!result) {
return null;
}
return (0, _getroutefromassetpath.default)(`/${result[1]}`);
}
//# sourceMappingURL=match-bundle.js.map