mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'main' into dev
This commit is contained in:
@ -7,7 +7,7 @@ const { hideBin } = require('yargs/helpers');
|
|||||||
const cliArguments = yargs(hideBin(process.argv))
|
const cliArguments = yargs(hideBin(process.argv))
|
||||||
.option('ssl', {
|
.option('ssl', {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: 'false',
|
default: false,
|
||||||
describe: 'Enables SSL'
|
describe: 'Enables SSL'
|
||||||
}).option('certPath', {
|
}).option('certPath', {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -2387,7 +2387,7 @@ const setupTasks = async function () {
|
|||||||
|
|
||||||
console.log('Launching...');
|
console.log('Launching...');
|
||||||
|
|
||||||
if (autorun) open(tavernUrl);
|
if (autorun) open(tavernUrl.toString());
|
||||||
console.log('SillyTavern started: ' + tavernUrl);
|
console.log('SillyTavern started: ' + tavernUrl);
|
||||||
|
|
||||||
if (fs.existsSync('public/characters/update.txt') && !is_colab) {
|
if (fs.existsSync('public/characters/update.txt') && !is_colab) {
|
||||||
|
Reference in New Issue
Block a user