Rocky_Mountain_Vending/.pnpm-store/v10/files/a6/65f51c9657faa35162146dc44d1485b64a9f9eab0c2e0895a5ad3104f54baa51049b34f144229a008cf23e4ac20f0c9f386c33d426bcad88f766383012ca21
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
175 B
Text

export var HostAddressType;
(function (HostAddressType) {
HostAddressType["AAAA"] = "AAAA";
HostAddressType["A"] = "A";
})(HostAddressType || (HostAddressType = {}));