WIP: recreate object element when loading maps to avoid node warnings about dangling file handles

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent 8fb858fc46
commit 0cf32e65f7
6 changed files with 147 additions and 31 deletions

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env bash
NPM_COMMAND="npm run test:integ"
docker run --rm --init -it -v $PWD:/usr/src/app btroops $NPM_COMMAND
docker run --rm --init -it -v $PWD:/usr/src/app -p 8080:8080 --name btroops-test btroops bash