Rocky_Mountain_Vending/.pnpm-store/v10/files/58/dece3708ba3d981aa41c86d15e1a8c303c4f3865238ac99d7e606ba5c122f21097290746456299675e74b8716b9f0476408a2b86c610f45c77970a5f9aea97
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

7 lines
No EOL
267 B
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.
class LanternError extends Error {
}
export { LanternError };
//# sourceMappingURL=LanternError.js.map