aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-28 15:33:04 -0400
committerXe Iaso <me@xeiaso.net>2025-03-28 15:42:40 -0400
commitc30b35bc65d21e3a47d2c531056f634ceb60c4f8 (patch)
treec6018fe6bba91bb861538a2b6e9b77a5c35283ab /package.json
parent937f1dd330294801411b78ab497073f36ebedd47 (diff)
downloadanubis-c30b35bc65d21e3a47d2c531056f634ceb60c4f8.tar.xz
anubis-c30b35bc65d21e3a47d2c531056f634ceb60c4f8.zip
web/js: show more errors when some probable error cases happenXe/show-more-errors
Closes #150 This should hopefully make Anubis more self-describing when errors do happen so users can self-service.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index aeb2f2a..e13b3b3 100644
--- a/package.json
+++ b/package.json
@@ -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": "",