Rocky_Mountain_Vending/.pnpm-store/v10/files/e6/9f312b150cb9060cd983f105371a37cecb387a2c516fea557de0dad90d4afe9039b9ef4740a2d91fcc02aacc8d7a7cdfd9a71a58c2103a20428b8d113843bd
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
264 B
Text

import { webpack } from 'next/dist/compiled/webpack/webpack';
/**
* Depending on if Rspack is active or not, returns the appropriate set of
* webpack-compatible api.
*
* @returns webpack bundler
*/
export default function getWebpackBundler(): typeof webpack;