Move config migration from post-install to src

This commit is contained in:
Cohee
2025-04-25 22:22:44 +03:00
parent 01c6544e22
commit 005a495e96
6 changed files with 204 additions and 186 deletions
+1
View File
@@ -350,6 +350,7 @@ Start.bat --port 8000 --listen false
| Option | Description | Type |
|-------------------------|----------------------------------------------------------------------|----------|
| `--version` | Show version number | boolean |
| `--configPath` | Override the path to the config.yaml file | string |
| `--dataRoot` | Root directory for data storage | string |
| `--port` | Sets the port under which SillyTavern will run | number |
| `--listen` | SillyTavern will listen on all network interfaces | boolean |