add beatleader data tracking!!!!!!!!!!!!!
Some checks failed
Deploy Backend / docker (ubuntu-latest) (push) Failing after 44s
Deploy Website / docker (ubuntu-latest) (push) Failing after 38s

This commit is contained in:
Lee
2024-10-22 15:59:41 +01:00
parent 074d4de123
commit fa2ba83c7a
36 changed files with 767 additions and 173 deletions

View File

@ -14,6 +14,10 @@ const config: Config = {
ssr: {
DEFAULT: "#6773ff",
},
hands: {
left: "rgba(168,32,32,1)",
right: "rgba(32,100,168,1)",
},
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",
card: {