AppView in a box as a Vite plugin thing hatk.dev

add docs scripts to root package.json

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+3 -1
+3 -1
package.json
··· 11 11 "typecheck": "tsc --noEmit", 12 12 "format": "oxfmt --write .", 13 13 "format:check": "oxfmt --check .", 14 - "check": "tsc --noEmit && oxlint . && oxfmt --check ." 14 + "check": "tsc --noEmit && oxlint . && oxfmt --check .", 15 + "docs": "npm run dev -w @hatk/docs", 16 + "docs:build": "npm run build -w @hatk/docs" 15 17 }, 16 18 "devDependencies": { 17 19 "@types/node": "^25.3.0",