Rocky_Mountain_Vending/.pnpm-store/v10/files/e9/a6b82dd83230e6f6eee9c1fffa9805d113c28289402a9985b3bdf5aeda15c467ec635c48f260aa597ee4104ceacea0e37d0476cdb6aaee32761d762127e735
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

1 line
204 B
Text

export declare function getPostCssPlugins(dir: string, supportedBrowsers: string[] | undefined, disablePostcssPresetEnv?: boolean, useLightningcss?: boolean): Promise<import('postcss').AcceptedPlugin[]>;