fixed network config and wrong paths in frontend

This commit is contained in:
2025-12-29 22:12:39 +01:00
parent 610fd74e89
commit fb514f1efe
14 changed files with 599 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { Message } from '../api'
import type { Message } from '../types'
defineProps<{ messages: Message[] }>()
</script>