Rocky_Mountain_Vending/.pnpm-store/v10/files/6f/39848ffe5af2c5e4a50f698cb08d7256bc0a4858e9811f3e48250aac3f92ad4b74d426870170959d8d2c700abebf1a267e6f102bd486d86dfc9c1c520368e0
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

27 lines
No EOL
794 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "FlightRenderResult", {
enumerable: true,
get: function() {
return FlightRenderResult;
}
});
const _approuterheaders = require("../../client/components/app-router-headers");
const _renderresult = /*#__PURE__*/ _interop_require_default(require("../render-result"));
function _interop_require_default(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
class FlightRenderResult extends _renderresult.default {
constructor(response, metadata = {}){
super(response, {
contentType: _approuterheaders.RSC_CONTENT_TYPE_HEADER,
metadata
});
}
}
//# sourceMappingURL=flight-render-result.js.map