79775200

Date: 2025-09-25 18:42:00
Score: 0.5
Natty:
Report link

In your nuxt.config.ts do:

// https://nuxt.com/docs/api/configuration/nuxt-config

export default defineNuxtConfig({
  $production: {
   nitro: {
    preset: 'aws-amplify',
    awsAmplify: {
     runtime: "nodejs22.x"
    },
   },
  },
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Emiliano Díaz