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>
8 lines
444 B
Text
8 lines
444 B
Text
import { _ as _class_apply_descriptor_update } from "./_class_apply_descriptor_update.js";
|
|
import { _ as _class_extract_field_descriptor } from "./_class_extract_field_descriptor.js";
|
|
|
|
function _class_private_field_update(receiver, privateMap) {
|
|
var descriptor = _class_extract_field_descriptor(receiver, privateMap, "update");
|
|
return _class_apply_descriptor_update(receiver, descriptor);
|
|
}
|
|
export { _class_private_field_update as _ };
|