🐛 Fix incorrect resource lifetime handling on exporter

This commit is contained in:
Andrey Antukh
2025-12-10 13:02:31 +01:00
parent e8201402a7
commit 34e84ee3c8
6 changed files with 36 additions and 16 deletions

View File

@@ -7,5 +7,4 @@ bb -i '(babashka.wait/wait-for-port "localhost" 9630)';
bb -i '(babashka.wait/wait-for-path "target/app.js")';
sleep 2;
export NODE_TLS_REJECT_UNAUTHORIZED=0
exec node target/app.js