fix: repair bundled channel secret sidecars

This commit is contained in:
Peter Steinberger
2026-04-08 04:56:58 +01:00
parent 5982f2e5e4
commit d03fa0899f
34 changed files with 67 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ export default defineBundledChannelSetupEntry({
exportName: "ircPlugin",
},
secrets: {
specifier: "./src/secret-contract.js",
specifier: "./secret-contract-api.js",
exportName: "channelSecrets",
},
});