mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-27 17:23:21 +00:00
Power names are now shown as the model name
This commit is contained in:
parent
b90df44aee
commit
d20eaa5217
9 changed files with 167 additions and 40 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue