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))
|
||||
.option('ssl', {
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
default: false,
|
||||
describe: 'Enables SSL'
|
||||
}).option('certPath', {
|
||||
type: 'string',
|
||||
@ -2387,7 +2387,7 @@ const setupTasks = async function () {
|
||||
|
||||
console.log('Launching...');
|
||||
|
||||
if (autorun) open(tavernUrl);
|
||||
if (autorun) open(tavernUrl.toString());
|
||||
console.log('SillyTavern started: ' + tavernUrl);
|
||||
|
||||
if (fs.existsSync('public/characters/update.txt') && !is_colab) {
|
||||
|
Reference in New Issue
Block a user