Iโm setting up a bundler for moralis cloud functions, and would like to know what the target version should be that is running the cloud functions.
Is it node JS?
Which version?
thanks in advance
Iโm setting up a bundler for moralis cloud functions, and would like to know what the target version should be that is running the cloud functions.
Is it node JS?
Which version?
thanks in advance
For example, this code breaks the cloud function with โSyntax errorโ:
['1', '2'].join('\n')
Edit: I guess itโs unrelated to the node version. I thought initially itโs about the .join not being supported, but itโs actually the '\n'
that breaks it.