Rocky_Mountain_Vending/.pnpm-store/v10/files/b0/bcc30c4687d7548e8024cd6e1e8d1c8e674edc3a96822ecf4724791842f713fe9d5de495c387e4f48636e297296abbda647466091873fcf379e5470db23684
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

19 lines
No EOL
445 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "dynamicParamTypes", {
enumerable: true,
get: function() {
return dynamicParamTypes;
}
});
const dynamicParamTypes = {
catchall: 'c',
'catchall-intercepted': 'ci',
'optional-catchall': 'oc',
dynamic: 'd',
'dynamic-intercepted': 'di'
};
//# sourceMappingURL=get-short-dynamic-param-type.js.map