web/js: show more errors when some probable error cases happen (#151)

Closes #150

This should hopefully make Anubis more self-describing when errors do
happen so users can self-service.
This commit is contained in:
Xe Iaso 2025-03-28 15:47:18 -04:00 committed by GitHub
parent 937f1dd330
commit 6b2ae30bae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 103 additions and 38 deletions

View file

@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"test": "npm run assets && go test ./...",
"test:integration": "npm run assets && go test ./internal/test",
"assets": "./web/build.sh && ./xess/build.sh",
"dev": "npm run assets && go run ./cmd/anubis",
"test:integration": "npm run assets && go test -v ./internal/test",
"assets": "go generate ./... && ./web/build.sh && ./xess/build.sh",
"dev": "npm run assets && go run ./cmd/anubis --use-remote-address",
"container": "npm run assets && go run ./cmd/containerbuild"
},
"author": "",