implemented esbuild and cleaned up stuff

cobalt should now load even faster
This commit is contained in:
wukko
2022-07-30 15:01:54 +06:00
parent f6b0894def
commit 22c16b2fc8
36 changed files with 31 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "cobalt",
"description": "probably the friendliest social media downloader yet",
"version": "2.2.6",
"version": "2.2.7",
"author": "wukko",
"exports": "./src/cobalt.js",
"type": "module",
@@ -24,6 +24,7 @@
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"esbuild": "^0.14.51",
"express": "^4.17.1",
"express-rate-limit": "^6.3.0",
"ffmpeg-static": "^5.0.0",