Build Nuxt 3 as CommonJS

Hello, is there any ways to make Nuxt 3 build output as CommonJS instead of ESM ? The reason is I want to deploy my app into shared hosting using cpanel and they only support node app with CommonJS
Was this page helpful?