feat: add logging setup for tauri desktop app (#397)
This commit is contained in:
parent
d856abef9d
commit
85f619ea82
5 changed files with 45 additions and 3 deletions
1
app.vue
1
app.vue
|
@ -1,4 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
setupLogging()
|
||||
setupPageHeader()
|
||||
await setupI18n()
|
||||
provideGlobalCommands()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue