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>
19 lines
No EOL
760 B
Text
19 lines
No EOL
760 B
Text
export 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;
|
|
}({});
|
|
export 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 |