Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/121af85580d1a0ca998807454f96c6ff90483c5f67349d0028284b550193d77a2e1b9f55eb0a14b98f6183e5582f95cf54abd1efc03cd76b2c057f1e2a8716
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

18 lines
No EOL
466 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "getDeploymentIdQueryOrEmptyString", {
enumerable: true,
get: function() {
return getDeploymentIdQueryOrEmptyString;
}
});
function getDeploymentIdQueryOrEmptyString() {
if (process.env.NEXT_DEPLOYMENT_ID) {
return `?dpl=${process.env.NEXT_DEPLOYMENT_ID}`;
}
return '';
}
//# sourceMappingURL=deployment-id.js.map