Rocky_Mountain_Vending/.pnpm-store/v10/files/34/751d7828dc530534c387929a7c1b8633d628c2c360f3e9c6ea0c13413f56a8cdfc2ea0c5cbbef22f878e675ff9f8b680483f77598ddd350a57e4d6ae21d94c
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

6 lines
291 B
Text

/**
* Formats the manifest depending on the environment variable
* `NODE_ENV`. If it's set to `development`, it will return a pretty printed
* JSON string, otherwise it will return a minified JSON string.
*/
export declare function formatManifest<T extends object>(manifest: T): string;