Rocky_Mountain_Vending/.pnpm-store/v10/files/0f/1bec14747acabda4aa9561964ea8563723e0401076d4c495b9ee95f57611d50672815f23cf2d4d7d95f8223abca23c9cd62d071d0ac0cfd0aff1cc50b6e2aa
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

11 lines
264 B
Text

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