Adapting project to Vercel

This commit is contained in:
Pablo Ferreiro
2022-06-04 19:41:34 +02:00
parent a66e422060
commit 230906aacf
6 changed files with 15 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "signtok",
"version": "1.1.1",
"version": "1.1.2",
"description": "Sign your TikTok requests easily",
"repository": "https://github.com/pablouser1/SignTok",
"author": "Pablo Ferreiro",
"license": "MIT",
"private": true,
"scripts": {
"start": "node server.js"
"start": "node api/index.js"
},
"dependencies": {
"canvas": "^2.9.1",