Rocky_Mountain_Vending/.pnpm-store/v10/files/aa/bfe8bf370ad7bfe4664c27e0acb5ee869f51c99e501c620bc36b41ae6d42eea9ee4c84e4894dc5b4f479c818979ca5572c2e1629969398c793d99dd9dc0260
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

7 lines
395 B
Text

/**
* Unlike most files in the node-environment-extensions folder this one is not
* an extension itself but it exposes a function to install config based global
* behaviors that should be loaded whenever a Node Server or Node Worker are created.
*/
import type { NextConfigComplete } from '../config-shared';
export declare function installGlobalBehaviors(config: NextConfigComplete): void;