Rocky_Mountain_Vending/.pnpm-store/v10/files/17/0097b169d84eccee9c15b4981df1ebc67aaefa60bfa1ccc9b8dcc3b5a5972ef90e4e9ff6b85e2c5293e227c6d806e065d0ac303051ce955857ef250759ad11
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
235 B
Text

type NextPluginsEvent = {
eventName: string;
payload: {
packageName: string;
packageVersion: string;
};
};
export declare function eventNextPlugins(dir: string): Promise<Array<NextPluginsEvent>>;
export {};