Handle malformed CommandBoard paths (#76)

This commit is contained in:
phucnguyen1707 2026-06-15 15:25:09 +07:00 committed by GitHub
parent ae371b91d0
commit cb192906bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 72 additions and 38 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": {