Scoring types, components alias, increase height, vertical app

This commit is contained in:
2024-12-13 21:58:18 -06:00
parent eb9d4cf572
commit 6f0b2050ad
10 changed files with 221 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ export default defineConfig({
plugins: [react()],
resolve: {
alias: {
"@": rootPath + "src",
"@components": rootPath + "src/components",
"@wails": rootPath + "wailsjs",
},
},