Rocky_Mountain_Vending/.pnpm-store/v10/files/11/8d166531776ef976f8f35d40918aecc9faec2dc9a8fd3bb41713b1ddce9e9dac8ed53397fc5fc1612c6b7e2f23f8dc0791b9ff938059c87b235322cb3e2f29
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

6 lines
206 B
Text

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const DEFAULT_ENVIRONMENT = 'production';
exports.DEFAULT_ENVIRONMENT = DEFAULT_ENVIRONMENT;
//# sourceMappingURL=constants.js.map