Rocky_Mountain_Vending/.pnpm-store/v10/files/19/0db60a812cd4fe6d3c353a14584dc72e76def9f97cc425bd15abec8741a5c263117f7c8c44e3e0216cc43c7858372dbed87b99e3e867c1ce0ce083fc2122ad
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

9 lines
No EOL
229 B
Text

export const dynamicParamTypes = {
catchall: 'c',
'catchall-intercepted': 'ci',
'optional-catchall': 'oc',
dynamic: 'd',
'dynamic-intercepted': 'di'
};
//# sourceMappingURL=get-short-dynamic-param-type.js.map