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>
41 lines
No EOL
1.2 KiB
Text
41 lines
No EOL
1.2 KiB
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
CachedRouteKind: null,
|
|
IncrementalCacheKind: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
CachedRouteKind: function() {
|
|
return CachedRouteKind;
|
|
},
|
|
IncrementalCacheKind: function() {
|
|
return IncrementalCacheKind;
|
|
}
|
|
});
|
|
var CachedRouteKind = /*#__PURE__*/ function(CachedRouteKind) {
|
|
CachedRouteKind["APP_PAGE"] = "APP_PAGE";
|
|
CachedRouteKind["APP_ROUTE"] = "APP_ROUTE";
|
|
CachedRouteKind["PAGES"] = "PAGES";
|
|
CachedRouteKind["FETCH"] = "FETCH";
|
|
CachedRouteKind["REDIRECT"] = "REDIRECT";
|
|
CachedRouteKind["IMAGE"] = "IMAGE";
|
|
return CachedRouteKind;
|
|
}({});
|
|
var IncrementalCacheKind = /*#__PURE__*/ function(IncrementalCacheKind) {
|
|
IncrementalCacheKind["APP_PAGE"] = "APP_PAGE";
|
|
IncrementalCacheKind["APP_ROUTE"] = "APP_ROUTE";
|
|
IncrementalCacheKind["PAGES"] = "PAGES";
|
|
IncrementalCacheKind["FETCH"] = "FETCH";
|
|
IncrementalCacheKind["IMAGE"] = "IMAGE";
|
|
return IncrementalCacheKind;
|
|
}({});
|
|
|
|
//# sourceMappingURL=types.js.map |