Question
Hello, I recently updated an angular project, and due to its update, it now generates .mjs files instead of .js files
I had a servless function to start the angular application before, and it turn out that after I updated the configuration, I needed to change .js to .mjs for the servless function
I’m now getting 500 internal server error on vercel, but works pretty fine locally when starting the command node api/api.mjs
I saw in 2021 someone had the same question : Does Vercel support .mjs files? · vercel/vercel · Discussion #5864 · GitHub
So is there any news on it ?