feat: remove turbo

This commit is contained in:
2025-06-13 00:09:18 +08:00
parent 07955286f1
commit c60f6f511e
20 changed files with 1796 additions and 3577 deletions

View File

@@ -8,11 +8,11 @@
"start": "tsx main.ts"
},
"dependencies": {
"@fastify/static": "^8.1.1",
"@fastify/static": "^8.2.0",
"bittorrent-tracker": "^11.2.1",
"fastify": "^5.2.2",
"tsx": "^4.19.2",
"webtorrent": "^2.5.19"
"fastify": "^5.4.0",
"tsx": "^4.20.2",
"webtorrent": "^2.6.8"
},
"devDependencies": {
"@types/create-torrent": "^5.0.2",