major scoring implementation, major frontend work

This commit is contained in:
2024-12-14 01:05:26 -06:00
parent 6f0b2050ad
commit 7fc5980e3b
15 changed files with 541 additions and 75 deletions

View File

@@ -11,6 +11,7 @@ export default defineConfig({
alias: {
"@components": rootPath + "src/components",
"@wails": rootPath + "wailsjs",
"@src": rootPath + "src",
},
},
});