Rocky_Mountain_Vending/.pnpm-store/v10/files/de/df19fecef91b99c17761e406485fb9496533414170b6008a23779bc96b0340cb35fd5fcd2f9a0a48fb82e67ff81a15d92ff3a9d0c4c8b35be4a3e981034a80
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

12 lines
No EOL
351 B
Text

export type SdkSource = 'npm' | 'cdn' | 'loader' | 'aws-lambda-layer';
/**
* Figures out if we're building a browser bundle.
*
* @returns true if this is a browser bundle build.
*/
export declare function isBrowserBundle(): boolean;
/**
* Get source of SDK.
*/
export declare function getSDKSource(): SdkSource;
//# sourceMappingURL=env.d.ts.map