failed to build: ```<--- Last few GCs ---> [148994:0x329f7000] 39989 ms: Mark-Compact (reduce) 2014.3 (2063.4) -> 2014.2 (2059.4) MB, pooled: 0 MB, 379.87 / 0.00 ms (+ 2.0 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 513 ms) (average mu = 0.783, cu[148994:0x329f7000] 40933 ms: Mark-Compact 2056.0 (2101.2) -> 2056.0 (2103.7) MB, pooled: 1 MB, 874.44 / 0.00 ms (average mu = 0.546, current mu = 0.074) allocation failure; scavenge might not succeed <--- JS stacktrace ---> FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory ----- Native stack trace ----- 1: 0xe13fde node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node] 2: 0x11d5070 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node] 3: 0x11d5347 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node] 4: 0x1402c05 [node] 5: 0x141c499 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node] 6: 0x13f0b48 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node] 7: 0x13f1a75 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node] 8: 0x13c9e6e v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [node] 9: 0x13b8f64 v8::internal::FactoryBase::AllocateRawWithImmortalMap(int, v8::internal::AllocationType, v8::internal::Tagged, v8::internal::AllocationAlignment) [node] 10: 0x13ba42e v8::internal::FactoryBase::NewRawOneByteString(int, v8::internal::AllocationType) [node] 11: 0x15317fd v8::internal::JsonParser::MakeString(v8::internal::JsonString const&, v8::internal::Handle) [node] 12: 0x15382ce [node] 13: 0x153a77d v8::internal::JsonParser::ParseJson(v8::internal::Handle) [node] 14: 0x12521dc v8::internal::Builtin_JsonParse(int, unsigned long*, v8::internal::Isolate*) [node] 15: 0x7cbee3eac3b6 error: script "build:standalone" was terminated by signal SIGABRT (Abort) /usr/bin/bash: line 1: 148993 Aborted (core dumped) bun run build:standalone error: script "build" exited with code 134```