Rocky_Mountain_Vending/.pnpm-store/v10/files/cd/f972c3ee2c01df3b19277757e9ef8c5f94cfcd28e78c9b95ecc681db68895e9ef5c0a26b71c7b7bc17b9e31a62dc7bad6e60da5041a9374f38568c4efb8e60
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

6 lines
No EOL
172 B
Text

import path from 'path';
export function normalizePath(file) {
return path.sep === '\\' ? file.replace(/\\/g, '/') : file;
}
//# sourceMappingURL=normalize-path.js.map