Add rewrite

This commit is contained in:
2025-05-22 13:48:15 +03:00
parent 71d360ea1f
commit 16a4ea0949
19 changed files with 746 additions and 61 deletions

1
server/auth.d.ts vendored
View File

@@ -16,6 +16,7 @@ declare module "#auth-utils" {
sex: string;
weight: number;
avatar: string;
premium: boolean;
};
}