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", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc -b && vite build", "build": "vite build",
"lint": "eslint .", "lint": "eslint .",
"preview": "vite preview" "preview": "vite preview"
}, },