Rocky_Mountain_Vending/.pnpm-store/v10/files/64/d892c25005cc676b19628456451c7aed28919caa9ee556c03660cbc05a8508489f0a8b979344d580e7c2ad2d0ae04eeadb20940a17e3f8a2676ca893216f6b-exec
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

10 lines
157 B
JavaScript
Executable file

#!/usr/bin/env node
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {begin} from './bin.js';
await begin();