Handle malformed CommandBoard paths

This commit is contained in:
phucnguyen1707 2026-06-12 16:53:29 +07:00
parent 8f4691584c
commit 8efbe76cb8
3 changed files with 73 additions and 23 deletions

View file

@ -7,6 +7,7 @@
"build": "node scripts/check-assets.js && vite build",
"dev": "vite --host 0.0.0.0",
"start": "node server.js",
"test": "vitest run server.test.js",
"test:e2e": "playwright test"
},
"dependencies": {