Merge pull request #209 from schlagmichdoch/next

Release Next Version `v1.10.0`
This commit is contained in:
schlagmichdoch 2023-12-12 19:13:29 +01:00 committed by GitHub
commit 1508a0ff33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
177 changed files with 7878 additions and 15374 deletions

View file

@ -1,11 +1,12 @@
{
"name": "pairdrop",
"version": "1.9.4",
"type": "module",
"description": "",
"main": "index.js",
"main": "server/index.js",
"scripts": {
"start": "node index.js",
"start:prod": "node index.js --rate-limit --auto-restart"
"start": "node server/index.js",
"start:prod": "node server/index.js --rate-limit --auto-restart"
},
"author": "",
"license": "ISC",