diff --git a/package.json b/package.json index a58359a..f318db3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.7", "scripts": { "dev": "vite", + "host": "vite --host", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview --port 5050", "typecheck": "vue-tsc --noEmit", diff --git a/src/components/MatchChatHistory.vue b/src/components/MatchChatHistory.vue index 77a8fde..c8f8486 100644 --- a/src/components/MatchChatHistory.vue +++ b/src/components/MatchChatHistory.vue @@ -1,43 +1,42 @@