ui: remove technical terminology and CLI references from user interface
This commit is contained in:
parent
4f8400c480
commit
a7fb3efa61
6 changed files with 4 additions and 14 deletions
|
|
@ -1,12 +1,5 @@
|
|||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import { store } from '@/game/store'
|
||||
import { mpgame } from '@/game/mpgame'
|
||||
import './style.css'
|
||||
|
||||
// diagnostic hook (read-only debugging from devtools/automation)
|
||||
if (typeof window !== 'undefined') {
|
||||
;(window as unknown as Record<string, unknown>).__trxtd = { store, mpgame }
|
||||
}
|
||||
|
||||
createApp(App).mount('#app')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue