summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorCyberL1 <cyber.hf18@gmail.com>2026-01-10 16:23:41 +0100
committerCyberL1 <cyber.hf18@gmail.com>2026-01-10 16:23:41 +0100
commit754bef93aa7c3828ca17f2ee59aa65ab93c5796a (patch)
treecad34fe26089c07ab407b4c6f7b1c828b7b926ca /scripts
parentMerge branch 'spacebarchat:master' into fix/build-workflow (diff)
downloadserver-ts-754bef93aa7c3828ca17f2ee59aa65ab93c5796a.tar.xz
fix: add missing config value for tests
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test.js b/scripts/test.js

index 3f944138..7bef1d34 100644 --- a/scripts/test.js +++ b/scripts/test.js
@@ -34,6 +34,7 @@ fs.writeFileSync( api: { endpointPublic: "http://localhost:3001/api/v9/" }, cdn: { endpointPublic: "http://localhost:3001/", endpointPrivate: "http://localhost:3001/" }, gateway: { endpointPublic: "ws://localhost:3001/" }, + general: { serverName: "http://localhost:3001/" }, }), );