Rocky_Mountain_Vending/.pnpm-store/v10/files/43/13180355818c44cdfa19b126c3c6957bec21fc023bb7a158ccc59308e066be24c86e4fa7ff01dc33ae99f0bc31609eb81fd30be769b3d160398f3cd18ab7f8
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
357 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
export declare function getClientStyleLoader({ hasAppDir, isAppDir, isDevelopment, assetPrefix, experimentalInlineCss, }: {
hasAppDir: boolean;
isAppDir?: boolean;
isDevelopment: boolean;
assetPrefix: string;
experimentalInlineCss?: boolean;
}): webpack.RuleSetUseItem;