Rocky_Mountain_Vending/.pnpm-store/v10/files/f2/92efb2b84ce0f91e9d6557424466bf3aaf57fb9a96f28f2d242639cf1737bfafb0cf16ac3cabcf89db975fc5b0d363ae7e2498446678ee5424e365745de6de
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
150 B
Text

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