addons/isl-server/README.mdblame
View source
b69ab311# isl-server
b69ab312
b69ab313This is the server-side code for Interactive Smartlog. It handles
b69ab314running commands and reporting information to the UI.
b69ab315
b69ab316The server code is bundled with rollup directly into the entry points using it.
b69ab317
b69ab318Currently, the only entry point for the server is `proxy/run-proxy.ts`,
b69ab319but other entry points in the future will include the vscode extension host.
b69ab3110
b69ab3111See isl/README.md for more information.
b69ab3112
b69ab3113## graphql codegen
b69ab3114
b69ab3115Types and queries used to interact with GitHub is generated using `yarn codegen`.
b69ab3116Re-run this any time you change `src/github/queries`.