Rocky_Mountain_Vending/.pnpm-store/v10/files/4b/d12d20d4f598bcb10cc15a1db21acc83762d7e55f273760d91c42f5e25c076a04526ec70219aa643ef94f11c4109b407557e19cc9b06a4658d79e2269893b4
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
No EOL
287 B
Text

import { Plugin } from 'esbuild';
export interface NodePolyfillsOptions {
name?: string;
namespace?: string;
}
export declare function NodeModulesPolyfillPlugin(options?: NodePolyfillsOptions): Plugin;
export default NodeModulesPolyfillPlugin;
//# sourceMappingURL=index.d.ts.map