Rocky_Mountain_Vending/.pnpm-store/v10/files/51/fbe3e5993d5e381ffcd6fcfb8914cf97d079a5509d75e2caf2e90b87f2ec3154f670801989260a914370360984fc6416aa334edc3e9685b53c5a7e280cd769
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

3 lines
156 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
declare const EmptyLoader: webpack.LoaderDefinitionFunction;
export default EmptyLoader;