Rocky_Mountain_Vending/.pnpm-store/v10/files/bb/fc901b60e86002e21775c98b8a13ebc650e03ed67e4375db46237f310c36390ac40008df764be7f79bb594956ae564ef7d7c592d3d3554b7935fcfaa502ea5
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
No EOL
257 B
Text

import { ENVIRONMENT } from '../../utils/environment';
/**
* Gets the environment variables
*/
export declare function getEnv(): Required<ENVIRONMENT>;
export declare function getEnvWithoutDefaults(): ENVIRONMENT;
//# sourceMappingURL=environment.d.ts.map