fix(signing): add placeholder package.json and package-lock.json for signer Docker build; allow rebuild

This commit is contained in:
Debian 2025-09-04 19:58:26 +00:00
parent 459f734d4b
commit 8f246cbbf5
2 changed files with 2 additions and 0 deletions

1
modules/sdk_signer/package-lock.json generated Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{"name":"sdk_signer","version":"1.0.0"}