diff --git a/.gitignore b/.gitignore index 00cbbdf..68677ce 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,5 @@ typings/ # dotenv environment variables file .env +/public/uploads +/package-lock.json diff --git a/package.json b/package.json index d5ec9d2..712eca8 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,8 @@ ], "dependencies": { "express": "*", + "formidable": "*", + "fs-extra": "*", "socket.io": "2.*" }, "author": "Cracker0dks", diff --git a/public/index.html b/public/index.html index 9a9c4a3..c470db1 100644 --- a/public/index.html +++ b/public/index.html @@ -57,11 +57,6 @@ -