Rocky_Mountain_Vending/.pnpm-store/v10/files/1c/20cc56cc31d3674648576a28f52f1d931338b8946809af8b16a3782d253ff6c400e7369a09a866eee766f1641a3429ad6d1d579a8856ed66dbb0c0c6ff7c65
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
240 B
Text

export var IniSectionType;
(function (IniSectionType) {
IniSectionType["PROFILE"] = "profile";
IniSectionType["SSO_SESSION"] = "sso-session";
IniSectionType["SERVICES"] = "services";
})(IniSectionType || (IniSectionType = {}));