mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-30 19:24:34 +01:00
feat: new dropdown, friendship stuffz, passwords :3c
Co-authored-by: Evan Song <ferothefox@users.noreply.github.com>
This commit is contained in:
parent
23c20112c9
commit
7e49d2dc92
27 changed files with 878 additions and 153 deletions
|
|
@ -39,10 +39,6 @@ async function setupGames() {
|
|||
|
||||
const runAllTheInitFunctions = async () => {
|
||||
if (!db.isInitialized) await db.initialize();
|
||||
// sigh.
|
||||
const user = await userRepo.findOne({ where: { username: "nullptr" } });
|
||||
user!.roles = ["moderator"];
|
||||
await userRepo.save(user!);
|
||||
if (!server)
|
||||
try {
|
||||
initServer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue