Rocky_Mountain_Vending/.pnpm-store/v10/files/ad/1d287e879b6aa7b3ae094ebd5436f8d53a568d1ee2f815e0d7140440c577b9379404c02e6bce99a8b9bccd2fe904f84eebe2e2e2d01c522d510b946d863ebb
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

10 lines
236 B
Text

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
declare module '@stadtlandnetz/rollup-plugin-postprocess' {
function postprocess(args: Array<[RegExp, string]>): void;
export = postprocess;
}