Md Samim Akhter
Results
1
comments of
Md Samim Akhter
**vercel.json**- ``` { "functions": { "api/index.php": { "runtime": "[email protected]" } }, "routes": [ { "src": "/(.*)", "dest": "/api/index.php" } ] } ``` **package.json**- `{ "engines": { "node": "18.x" } }`...