Add files via upload

This commit is contained in:
shafat-96
2025-02-24 23:28:22 +06:00
committed by GitHub
commit 9b4ddaed03
9 changed files with 60564 additions and 0 deletions

15
vercel.json Normal file
View File

@@ -0,0 +1,15 @@
{
"version": 2,
"builds": [
{
"src": "index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "index.js"
}
]
}