Rocky_Mountain_Vending/.pnpm-store/v10/files/53/55bf7b2e552e55ab8bd4e19a4f34768858c75521782c7bdfe077ab250b696a968d5f560bd275c7d2594835be0901aadef5dff775d57c6ee4588480409597a3
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

5 lines
No EOL
127 B
Text

export function isAppRouteRoute(route) {
return route.endsWith('/route');
}
//# sourceMappingURL=is-app-route-route.js.map