Rocky_Mountain_Vending/.pnpm-store/v10/files/42/6d0bf32fa9ea2fb63fa5a37c8bb76b43fae62de711eff0e18a8981a1bde00d68b6cc5a490931127099c872b8baa8c8f34e544213a29b4654c798a8bc617c00
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
270 B
Text

/**
* Prepend file:// protocol to source path string or source-map sources.
*/
export declare function prepend(candidate: any): any;
/**
* Remove file:// protocol from source path string or source-map sources.
*/
export declare function remove(candidate: any): any;