fix: build web error

This commit is contained in:
engigu
2026-03-09 18:17:50 +08:00
parent 77cf12c9b6
commit 9f88311df0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.562.0",
"lucide-vue-next": "^0.562.0",
"pako": "^2.1.0",
+1 -1
View File
@@ -5,7 +5,7 @@ import { Button } from '@/components/ui/button'
import { Popover, PopoverContent, PopoverTrigger } from '@/components/ui/popover'
import { ScrollArea } from '@/components/ui/scroll-area'
import { Badge } from '@/components/ui/badge'
import { api, AppLog, LOG_CATEGORY, LOG_STATUS } from '@/api'
import { api, type AppLog, LOG_CATEGORY, LOG_STATUS } from '@/api'
import { toast } from 'vue-sonner'
import { format } from 'date-fns'