This commit is contained in:
SillyLossy
2023-04-22 22:44:46 +03:00
parent 06a227812d
commit 652e44c74f
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "sillytavern",
"version": "1.4.1",
"version": "1.4.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sillytavern",
"version": "1.4.1",
"version": "1.4.8",
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",
"axios": "^1.3.4",

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env node
const process = require('process')
const yargs = require('yargs/yargs');
const { hideBin } = require('yargs/helpers');
@@ -19,7 +20,6 @@ const cliArguments = yargs(hideBin(process.argv))
}).argv;
// change all relative paths
const process = require('process')
process.chdir(__dirname)
const express = require('express');