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

17 lines
No EOL
388 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "UnderscoreNormalizer", {
enumerable: true,
get: function() {
return UnderscoreNormalizer;
}
});
class UnderscoreNormalizer {
normalize(pathname) {
return pathname.replace(/%5F/g, '_');
}
}
//# sourceMappingURL=underscore-normalizer.js.map