79456752

Date: 2025-02-21 08:44:34
Score: 0.5
Natty:
Report link

For me this works:

vercel.json

{
  "version": 2,
  "functions": {
    "api/index.ts": {}
  }
}

package.json

{
  "scripts": {
    "dev": "nodemon api/index.ts",
    "build": "tsc",
  },
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cygra