Node Server
Use the nuxi build command to build your application. The JS files will be generated in the .output directory.
npx nuxi buildGenerated files are ready-to-run on Node environment.
node .output/server/index.mjsRead more about Node Server deploy on Nuxt official docs.