Rocky_Mountain_Vending/.pnpm-store/v10/files/f1/f1a82d4fd908069d65d5b14e34a514245a300f9fa909dc116033708e1f85299dd6a55e26e5e38b401204a580bfc0eca0854345ec2f9c6cbd03e14b748d0208
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

7 lines
No EOL
175 B
Text

export {
setGlobalOrigin,
getGlobalOrigin
}
declare function setGlobalOrigin(origin: string | URL | undefined): void;
declare function getGlobalOrigin(): URL | undefined;