Rocky_Mountain_Vending/.pnpm-store/v10/files/21/17e9e4671ae9416a09906d1c56480b83a18465ff14bc9a21bf35718c54ad1556c1dabc710784b02187dee8d140542142d7e75e59d90f1ce8011eba84715ae0
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

24 lines
1.3 KiB
Text

export const NODE_PERFORMANCE_GC_MAJOR = 4;
export const NODE_PERFORMANCE_GC_MINOR = 1;
export const NODE_PERFORMANCE_GC_INCREMENTAL = 8;
export const NODE_PERFORMANCE_GC_WEAKCB = 16;
export const NODE_PERFORMANCE_GC_FLAGS_NO = 0;
export const NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED = 2;
export const NODE_PERFORMANCE_GC_FLAGS_FORCED = 4;
export const NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING = 8;
export const NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE = 16;
export const NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY = 32;
export const NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE = 64;
export const NODE_PERFORMANCE_ENTRY_TYPE_GC = 0;
export const NODE_PERFORMANCE_ENTRY_TYPE_HTTP = 1;
export const NODE_PERFORMANCE_ENTRY_TYPE_HTTP2 = 2;
export const NODE_PERFORMANCE_ENTRY_TYPE_NET = 3;
export const NODE_PERFORMANCE_ENTRY_TYPE_DNS = 4;
export const NODE_PERFORMANCE_MILESTONE_TIME_ORIGIN_TIMESTAMP = 0;
export const NODE_PERFORMANCE_MILESTONE_TIME_ORIGIN = 1;
export const NODE_PERFORMANCE_MILESTONE_ENVIRONMENT = 2;
export const NODE_PERFORMANCE_MILESTONE_NODE_START = 3;
export const NODE_PERFORMANCE_MILESTONE_V8_START = 4;
export const NODE_PERFORMANCE_MILESTONE_LOOP_START = 5;
export const NODE_PERFORMANCE_MILESTONE_LOOP_EXIT = 6;
export const NODE_PERFORMANCE_MILESTONE_BOOTSTRAP_COMPLETE = 7;