chore: add three devtools debug mode

This commit is contained in:
Tom Boullay
2026-05-12 11:45:43 +02:00
parent b04aa95966
commit e65ad62b76
2 changed files with 34 additions and 13 deletions
+1
View File
@@ -8,6 +8,7 @@
},
"scripts": {
"dev": "vite",
"dev:three-debug": "vite --mode three-debug --host 0.0.0.0",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",