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