563 B17 lines
Blame
1# isl-server
2
3This is the server-side code for Interactive Smartlog. It handles
4running commands and reporting information to the UI.
5
6The server code is bundled with rollup directly into the entry points using it.
7
8Currently, the only entry point for the server is `proxy/run-proxy.ts`,
9but other entry points in the future will include the vscode extension host.
10
11See isl/README.md for more information.
12
13## graphql codegen
14
15Types and queries used to interact with GitHub is generated using `yarn codegen`.
16Re-run this any time you change `src/github/queries`.
17