Power names are now shown as the model name

This commit is contained in:
Tyler Marques 2025-05-29 14:05:14 -07:00
parent b90df44aee
commit d20eaa5217
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
9 changed files with 167 additions and 40 deletions

View file

@ -9,7 +9,8 @@
"build": "tsc && vite build",
"preview": "vite preview --host 0.0.0.0",
"test": "vitest",
"test:ui": "vitest --ui"
"test:ui": "vitest --ui",
"lint": "tsc --noEmit"
},
"devDependencies": {
"@vitest/ui": "^3.1.4",