uploadthing in node14
I'm trying to use this lib in a node v14.21.3 server that does not support the nullish coalescing assignment operator (This operator was introduced in ECMAScript 2021 and is only natively supported in Node.js versions 15.0.0 and later) What could be an elegant solution to this?
0 Replies