This commit is contained in:
Otang45
2023-08-18 21:49:32 +07:00
commit 4e25ea2698
33 changed files with 762978 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"
}
]
}