remove dev:typescript, we don't need it anymore with the vite checker plugin

This commit is contained in:
Athou
2025-03-02 19:20:24 +01:00
parent 706bad26f1
commit cc4f4d9eb4

View File

@@ -5,7 +5,6 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"dev:typescript": "tsc --watch",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",