Rocky_Mountain_Vending/.pnpm-store/v10/files/a7/ea760a900bd8fceeaf67b05a931781d45ac2cdb9eb9f10692d381f48798f921ef96f1faf534a0bc09d5baeaa5f531024c25a30f7573b7dd3b026a3a65694d5
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
No EOL
277 B
Text

import * as esbuild from 'esbuild';
export declare function NodeGlobalsPolyfillPlugin({ buffer, process, }?: {
buffer?: boolean | undefined;
process?: boolean | undefined;
}): esbuild.Plugin;
export default NodeGlobalsPolyfillPlugin;
//# sourceMappingURL=index.d.ts.map