Rocky_Mountain_Vending/.pnpm-store/v10/files/1b/3e5561aa8ed1ee60ed3fffcae1e35c8d9e7815d2517abddc10168c5a5a813d4f7272327f7a3f0962c347a8cec709b73109b23b4671b1ac971d38a83c79a6ae
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
137 B
Text

import { Provider } from "@smithy/types";
/**
* @internal
*/
export declare const fromStatic: <T>(staticValue: T) => Provider<T>;