chore: auto-commit task -

This commit is contained in:
MythEclipse
2026-06-02 18:47:18 +07:00
parent d41c086253
commit 1a0090429e
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
shamefully-hoist=true
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc --noEmit && vite build",
"build": "tsc --noEmit && NODE_NO_WARNINGS=1 vite build",
"preview": "vite preview --host 0.0.0.0 --port 3000",
"typecheck": "tsc --noEmit",
"lint": "biome check --diagnostic-level=error src/",