Skip to content

Commit bd8993e

Browse files
authored
Merge pull request #541 from ellemouton/statusServer2
multi: add a Status server
2 parents 59ebfe4 + 861d64c commit bd8993e

36 files changed

+2168
-200
lines changed

app/scripts/build-protos.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const filePatches = {
6262
'lit-autopilot': 'litrpc: {}',
6363
'firewall': 'litrpc: {}',
6464
'proxy': 'litrpc: {}',
65+
'lit-status': 'litrpc: {}',
6566
};
6667

6768
/**
@@ -87,7 +88,7 @@ const download = async () => {
8788
}
8889
// copy the lit proto files from litrpc to the proto dir so that the original
8990
// files are not modified by `sanitize`
90-
const litProtoFiles = ['lit-sessions', 'lit-accounts', 'lit-autopilot', 'proxy', 'firewall'];
91+
const litProtoFiles = ['lit-sessions', 'lit-accounts', 'lit-autopilot', 'proxy', 'firewall', 'lit-status'];
9192
for (name of litProtoFiles) {
9293
const src = join(appPath, '..', 'litrpc', `${name}.proto`);
9394
const dest = join(appPath, '..', 'proto', `${name}.proto`);

app/src/types/generated/lit-status_pb.d.ts

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)