Rocky_Mountain_Vending/.pnpm-store/v10/files/49/981d85c3d21b8c8254a80f1be7a67e883a50466e89b72367530a06f30502a7242796278cfeccd209e6123bcd46b35fe6b811af29866e2ea0bc1e9a6dd7bca7
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

8 lines
No EOL
236 B
Text

/**
* @param {Smokehouse.SmokehouseLibOptions} options
*/
export function smokehouse(options: Smokehouse.SmokehouseLibOptions): Promise<{
success: boolean;
testResults: SmokehouseResult[];
}>;
//# sourceMappingURL=lib.d.ts.map