Rocky_Mountain_Vending/.pnpm-store/v10/files/03/520c5f1740bf94f93af303466d876dfcfca60888b63554879dda81122e2d9d110614c80148118dacaea6eeee041e1284b0fd42cbdb8ee6d67eee03eb2a39a0-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

12 lines
144 B
Text
Executable file

'use strict';
const Ignore = require('./ignore');
const internals = {};
module.exports = function () {
return new Promise(Ignore);
};