Rocky_Mountain_Vending/.pnpm-store/v10/files/cd/4b305967c69f910d2730935d225530edbfdda2cff4620c16f462583b965d2924a005b58bb93903bc0296b08badfcb62f54b624e91288f43a7d5413e3912d12
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

15 lines
No EOL
334 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "isAppPageRoute", {
enumerable: true,
get: function() {
return isAppPageRoute;
}
});
function isAppPageRoute(route) {
return route.endsWith('/page');
}
//# sourceMappingURL=is-app-page-route.js.map