Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/8ad1cc532e2d07dfcb1598cf3aa4f4fc71f63c620fafbfbad84d7de1130351a094b279e1c9abe31489d143e092cd31136d5cb82eb05f2fdc160c976f5e5447
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
177 B
Text

declare const plugin: {
(options?: any): {
postcssPlugin: string;
OnceExit(root: any): Promise<void>;
};
postcss: boolean;
};
export default plugin;