Rocky_Mountain_Vending/.pnpm-store/v10/files/9f/07ad975a6d7709cfa16f3541de3595808d39c0f7cd1db57f7824bfa594f8302bf39dd80eefaea33e448d5ec5efcfd7cbceafaa5903b6c98f5e14493ca8c1e7
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

11 lines
252 B
Text

/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
exports.path = require("path").join(
__dirname,
"runtime.js"
);