Rocky_Mountain_Vending/.pnpm-store/v10/files/b9/72f0fb42794e6619f8e1b2243a58e5c9739f150cc95a3b936c4e73973297bd23898dbc285603679b64c67315166c073e19855d5cea620c89269adaa9ba1ceb
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
364 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