fix: fix sonner

This commit is contained in:
Stavros
2025-10-31 15:53:31 +02:00
parent 2c3b72353a
commit 95dced96ae
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"tsc": "tsc -b"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
@@ -55,4 +56,4 @@
"typescript-eslint": "^8.46.1",
"vite": "^7.1.10"
}
}
}