Rocky_Mountain_Vending/.pnpm-store/v10/files/af/4d5f6f7c4e5f28392086c9c762de31119d1cc23a7dd2cfc1450102c64712bb479ae8f94b41e29aacf7874838e96192dd3863e974a1f78755bb140049c928b2
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
155 B
Text

/**
* Returns the filepath of the file where SSO token is stored.
* @internal
*/
export declare const getSSOTokenFilepath: (id: string) => string;