Update package.json

This commit is contained in:
SillyLossy
2023-04-22 19:59:18 +03:00
parent 25456f58d2
commit c6214086de
2 changed files with 5 additions and 1 deletions

View File

@@ -31,10 +31,13 @@
}
},
"name": "sillytavern",
"version": "1.4.3",
"version": "1.4.4",
"scripts": {
"start": "node server.js"
},
"bin": {
"sillytavern": "./server.js"
},
"rules": {
"no-path-concat": "off",
"no-var": "off"

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env node
const express = require('express');
const compression = require('compression');
const app = express();