update lobby page design

This commit is contained in:
2025-07-07 22:17:51 +02:00
parent a7ac9951a6
commit 499a35bf50
5 changed files with 181 additions and 25 deletions
+9 -2
View File
@@ -7,7 +7,8 @@
"baseUrl": "./",
"paths": {
"muzak/config/*": ["./src/config/*"],
"muzak/data/*": ["./src/data/*"]
"muzak/data/*": ["./src/data/*"],
"muzak/app/*": ["./src/app/*"]
},
"allowJs": false,
@@ -27,6 +28,12 @@
}
]
},
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"include": [
"next-env.d.ts",
".next/types/**/*.ts",
"**/*.ts",
"**/*.tsx",
"src/data/users.json"
],
"exclude": ["node_modules"]
}