Rocky_Mountain_Vending/.pnpm-store/v10/files/33/39679e4f10c1cc01be21190179b44ca1deb3e511fa61a9b0ea053da5c8dc38ff6ee2d73eee1184d5cbb930c172f7f78887678b682afc9c8e3aad3aa20dfa5a
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

7 lines
278 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
export type RootParamsLoaderOpts = {
appDir: string;
pageExtensions: string[];
};
declare const rootParamsLoader: webpack.LoaderDefinitionFunction<RootParamsLoaderOpts>;
export default rootParamsLoader;