Rocky_Mountain_Vending/.pnpm-store/v10/files/58/71a171f13e7f09e2d2a60adefaf6ef36e4aef6d27290f1796d2be66c7b3fae3541d5ca6df6a6f3556c2f23d25142c03a5effebd085ac26df5ab987e6dbc2f6
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

4 lines
91 B
Text

declare module 'image-ssim' {
import ImageSSIM = require('index');
export = ImageSSIM;
}