Merge branch 'main' into feature/ssl-encryption

This commit is contained in:
maver
2023-04-22 21:05:22 +02:00
committed by GitHub
23 changed files with 157 additions and 73 deletions

View File

@@ -31,10 +31,13 @@
"xml2js": "^0.5.0"
}
},
"name": "TavernAI",
"version": "1.3.0",
"name": "sillytavern",
"version": "1.4.8",
"scripts": {
"start": "node server.js"
},
"bin": {
"TavernAI": "server.js"
"sillytavern": "./server.js"
},
"rules": {
"no-path-concat": "off",