refactor: 🚚 Begin rebranding to Versia Server

This commit is contained in:
Jesse Wierzbinski 2024-08-19 15:16:01 +02:00
parent 64cef5c6d6
commit 771097d037
No known key found for this signature in database
58 changed files with 2377 additions and 242 deletions

View file

@ -5,7 +5,7 @@ import { BaseCommand } from "~/cli/base";
export default class Start extends BaseCommand<typeof Start> {
static override args = {};
static override description = "Starts Lysand";
static override description = "Starts Versia Server";
static override examples = [
"<%= config.bin %> <%= command.id %> --threads 4",