pin lk-jwt-service to delegation PR

This commit is contained in:
fkwp
2026-04-17 23:03:17 +02:00
parent 2adb498620
commit 4d86580542
2 changed files with 3 additions and 3 deletions

View File

@@ -6,5 +6,5 @@ if [ -n "$USE_DOCKER" ]; then
exec docker run --rm --name element-call-testing -p 8080:8080 -v ./config/config.devenv.json:/app/config.json:ro,Z element-call:testing
else
cp config/config.devenv.json public/config.json
exec pnpm dev
exec pnpm dev --host
fi