Rocky_Mountain_Vending/.pnpm-store/v10/files/47/ecc7b642b9c197f103a0436cca8ab221ecf234778d74fa65373ddbef8225505166042034a88281a5249623a84fd8f9f2a3f4e06ec6cf3549cc552da5af6b68
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
433 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "createMetadataContext", {
enumerable: true,
get: function() {
return createMetadataContext;
}
});
function createMetadataContext(renderOpts) {
return {
trailingSlash: renderOpts.trailingSlash,
isStaticMetadataRouteFile: false
};
}
//# sourceMappingURL=metadata-context.js.map