add realtime statistics!!!

This commit is contained in:
Lee
2024-04-18 01:21:38 +01:00
parent f5203f9742
commit defdcccdb6
14 changed files with 143 additions and 9 deletions
.fleet
.prettierrcpackage.jsonpnpm-lock.yaml
src/app
(pages)
mojang/status
page.tsx
player/[[...id]]
server/[platform]/[[...hostname]]
stats
components

12
.prettierrc Normal file

@ -0,0 +1,12 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"printWidth": 120,
"proseWrap": "always",
"quoteProps": "as-needed",
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}