refactor: 🚚 Begin rebranding to Versia Server

This commit is contained in:
Jesse Wierzbinski 2024-08-19 15:16:01 +02:00 committed by April John
parent 06c65559d1
commit c10da18182
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",