Rocky_Mountain_Vending/.pnpm-store/v10/files/76/a326fc655eca1161a6da46a9342e7d866fd3b596045a95965ca3071532243bb4e2d73a0ba44a85614d9a102f17f08ffeac840866852eeb5e143655bbac99ea
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
1.8 KiB
Text

// Copyright 2024 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export var InsightWarning;
(function (InsightWarning) {
InsightWarning["NO_FP"] = "NO_FP";
InsightWarning["NO_LCP"] = "NO_LCP";
// No network request could be identified as the primary HTML document.
InsightWarning["NO_DOCUMENT_REQUEST"] = "NO_DOCUMENT_REQUEST";
InsightWarning["NO_LAYOUT"] = "NO_LAYOUT";
})(InsightWarning || (InsightWarning = {}));
export var InsightCategory;
(function (InsightCategory) {
InsightCategory["ALL"] = "All";
InsightCategory["INP"] = "INP";
InsightCategory["LCP"] = "LCP";
InsightCategory["CLS"] = "CLS";
})(InsightCategory || (InsightCategory = {}));
export var InsightKeys;
(function (InsightKeys) {
InsightKeys["LCP_BREAKDOWN"] = "LCPBreakdown";
InsightKeys["INP_BREAKDOWN"] = "INPBreakdown";
InsightKeys["CLS_CULPRITS"] = "CLSCulprits";
InsightKeys["THIRD_PARTIES"] = "ThirdParties";
InsightKeys["DOCUMENT_LATENCY"] = "DocumentLatency";
InsightKeys["DOM_SIZE"] = "DOMSize";
InsightKeys["DUPLICATE_JAVASCRIPT"] = "DuplicatedJavaScript";
InsightKeys["FONT_DISPLAY"] = "FontDisplay";
InsightKeys["FORCED_REFLOW"] = "ForcedReflow";
InsightKeys["IMAGE_DELIVERY"] = "ImageDelivery";
InsightKeys["LCP_DISCOVERY"] = "LCPDiscovery";
InsightKeys["LEGACY_JAVASCRIPT"] = "LegacyJavaScript";
InsightKeys["NETWORK_DEPENDENCY_TREE"] = "NetworkDependencyTree";
InsightKeys["RENDER_BLOCKING"] = "RenderBlocking";
InsightKeys["SLOW_CSS_SELECTOR"] = "SlowCSSSelector";
InsightKeys["VIEWPORT"] = "Viewport";
InsightKeys["MODERN_HTTP"] = "ModernHTTP";
})(InsightKeys || (InsightKeys = {}));
//# sourceMappingURL=types.js.map