Parcourir la source

Update vercel.json

liuziting il y a 5 mois
Parent
commit
d193c056af
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  1. 1 6
      vercel.json

+ 1 - 6
vercel.json

@@ -20,10 +20,5 @@
                 }
             ]
         }
-    ],
-    "functions": {
-        "app/api/**/*.js": {
-            "runtime": "nodejs18.x"
-        }
-    }
+    ]
 }