Rocky_Mountain_Vending/.pnpm-store/v10/files/2c/5bb8d1936b6f7dc2ee5b736d0407edf2b97b96af379c9fee27128a5d0d3680e745d78eca10ce7e4881b9036dfc2ca9f60e50ff43923707e608cad82bbe9b29
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

9 lines
No EOL
267 B
Text

export function nodeModulesPolyfillPlugin(options?: {}): {
name: any;
setup: ({ onLoad, onResolve, initialOptions }: {
onLoad: any;
onResolve: any;
initialOptions: any;
}) => void;
};
//# sourceMappingURL=esbuild-polyfills.d.ts.map