Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/8b7ed3192e9a7f59bc64365a0e31d5614216c456e265fb9658fb8d13b352377213b627a6315b71421aa942f4a1fb7d18634f5bdacbd4ad988975f59108b003
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

9 lines
298 B
Text

/**
* A webpack loader that resolves absolute url() paths relative to their original source file.
* Requires source-maps to do any meaningful work.
*/
export default function resolveUrlLoader(this: any,
/** Css content */
content: string,
/** The source-map */
sourceMap: any): Promise<void>;