Rocky_Mountain_Vending/.pnpm-store/v10/files/be/f56790421784f4d1a2146b7b40b285a48421f123633f0039aac8d641809ab094ca4cf3472f9a943c3688bf8274474b7cea13d469d2e5ae1a226d8730591336
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

31 lines
No EOL
736 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
eventErrorFeedback: null,
eventNameErrorFeedback: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
eventErrorFeedback: function() {
return eventErrorFeedback;
},
eventNameErrorFeedback: function() {
return eventNameErrorFeedback;
}
});
const eventNameErrorFeedback = 'NEXT_ERROR_FEEDBACK';
function eventErrorFeedback(event) {
return {
eventName: eventNameErrorFeedback,
payload: event
};
}
//# sourceMappingURL=error-feedback.js.map