Rocky_Mountain_Vending/.pnpm-store/v10/files/9b/c18e29f61a7a8ca1fd30e1d07b13d1b10f98b364bbe8a8c4daf3f838dbe0d4a3df083c6bb9a91625ff7f327ff22f709cdb492957dc5f57e99634cf52dfc5f1
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

8 lines
No EOL
218 B
Text

export function getDeploymentIdQueryOrEmptyString() {
if (process.env.NEXT_DEPLOYMENT_ID) {
return `?dpl=${process.env.NEXT_DEPLOYMENT_ID}`;
}
return '';
}
//# sourceMappingURL=deployment-id.js.map