Rocky_Mountain_Vending/.pnpm-store/v10/files/12/0485ed52e1ae36a4a7ed5df699169c23c673f95e56ac15243d9adc9205e3ed7b2cee455dfd6ed45c25750a8477d8171254c4d549a09b84b1e53369a88aaf79
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

39 lines
No EOL
800 B
Text

/**
* `app` -> app dir
* `pages` -> pages dir
* `root` -> middleware / instrumentation
* `assets` -> assets
*/ "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
getEntryKey: null,
splitEntryKey: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
getEntryKey: function() {
return getEntryKey;
},
splitEntryKey: function() {
return splitEntryKey;
}
});
function getEntryKey(type, side, page) {
return JSON.stringify({
type,
side,
page
});
}
function splitEntryKey(key) {
return JSON.parse(key);
}
//# sourceMappingURL=entry-key.js.map