deploy vercel

This commit is contained in:
unknown 2025-06-05 01:34:34 +07:00
parent 57991fb3db
commit 2d18d4f161
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
"name": "backend", "name": "backend",
"version": "1.0.0", "version": "1.0.0",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "start": "node app.js"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",