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

36 lines
No EOL
1.2 KiB
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
UNDERSCORE_GLOBAL_ERROR_ROUTE: null,
UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY: null,
UNDERSCORE_NOT_FOUND_ROUTE: null,
UNDERSCORE_NOT_FOUND_ROUTE_ENTRY: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
UNDERSCORE_GLOBAL_ERROR_ROUTE: function() {
return UNDERSCORE_GLOBAL_ERROR_ROUTE;
},
UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY: function() {
return UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY;
},
UNDERSCORE_NOT_FOUND_ROUTE: function() {
return UNDERSCORE_NOT_FOUND_ROUTE;
},
UNDERSCORE_NOT_FOUND_ROUTE_ENTRY: function() {
return UNDERSCORE_NOT_FOUND_ROUTE_ENTRY;
}
});
const UNDERSCORE_NOT_FOUND_ROUTE = '/_not-found';
const UNDERSCORE_NOT_FOUND_ROUTE_ENTRY = `${UNDERSCORE_NOT_FOUND_ROUTE}/page`;
const UNDERSCORE_GLOBAL_ERROR_ROUTE = '/_global-error';
const UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY = `${UNDERSCORE_GLOBAL_ERROR_ROUTE}/page`;
//# sourceMappingURL=entry-constants.js.map