feat(mdr): remove checks

This commit is contained in:
Malopieds 2025-10-21 17:40:03 +02:00
parent 8af8d2aef5
commit 6ef6545814

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},