Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/5dbb0302f12203b0c5cc4c433c353aa3b969284912e6bde9f63f5e0c24535790238d8b5f557f92638451c2f1e0efc91fe1c6e3024816fc866bfed9de575022
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

5 lines
178 B
Text

export var SelectorType;
(function (SelectorType) {
SelectorType["ENV"] = "env";
SelectorType["CONFIG"] = "shared config entry";
})(SelectorType || (SelectorType = {}));