feat: improve error handling in ImportCaddy and Dashboard components

This commit is contained in:
Wikid82
2025-11-21 14:07:30 -05:00
parent 50e4932148
commit aefead1805
4 changed files with 11 additions and 5 deletions

View File

@@ -31,6 +31,12 @@ repos:
language: script
files: '\.go$'
pass_filenames: false
- id: go-vet
name: Go Vet
entry: bash -c 'cd backend && go vet ./...'
language: system
files: '\.go$'
pass_filenames: false
- id: frontend-type-check
name: Frontend TypeScript Check
entry: bash -c 'cd frontend && npm run type-check'