events sharding

This commit is contained in:
boufni95 2025-06-04 18:44:23 +00:00
parent 99b4c26d5b
commit ff76ef9947
5 changed files with 93 additions and 36 deletions

View file

@ -12,7 +12,8 @@
"build_autogenerated": "cd proto && rimraf autogenerated && protoc -I ./service --pub_out=. service/*",
"build_lnd_client_1": "cd proto && protoc -I ./others --plugin=.\\node_modules\\.bin\\protoc-gen-ts_proto.cmd --ts_proto_out=./lnd --ts_proto_opt=esModuleInterop=true others/* ",
"build_lnd_client": "cd proto && rimraf lnd/* && npx protoc --ts_out ./lnd --ts_opt long_type_string --proto_path others others/* ",
"typeorm": "typeorm-ts-node-commonjs"
"typeorm": "typeorm-ts-node-commonjs",
"test_relay": "npm run clean && tsc && node build/src/tests/testRelay.js"
},
"repository": {
"type": "git",