Rocky_Mountain_Vending/.pnpm-store/v10/files/84/209a738e38fdb2b71f5907e22cd225e11c4cb3f28afdccbf9622fe3aad611ada221a4758cb38595372d6e29beba997f48361b2eca42a5f1b9561664a27563c-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

11 lines
321 B
JavaScript
Executable file

#!/usr/bin/env node
const { Log } = require(".");
const log = new Log();
log.error(
[
"`miniflare@3` no longer includes a CLI. Please use `npx wrangler dev` instead.",
"As of `wrangler@3`, this will use Miniflare by default.",
"See https://miniflare.dev/get-started/migrating for more details.",
].join("\n")
);