forked from pinks/eris
1
0
Fork 0

update README

This commit is contained in:
pinks 2023-10-18 23:11:39 +02:00
parent 22d9c518be
commit 11d8a66c18
1 changed files with 8 additions and 0 deletions

View File

@ -29,3 +29,11 @@ You can configure more stuff in [Eris WebUI](http://localhost:5999/) when runnin
The Stable Diffusion API types are auto-generated. To regenerate them, first start your SD WebUI
with `--nowebui --api`, and then run `deno task generate`
## Project structure
- `/api` - Eris API served at `http://localhost:5999/api/`.
- `/app` - Queue handling and other core processes.
- `/bot` - Handling bot commands and other updates from Telegram API.
- `/ui` - Eris WebUI frontend files served at `http://localhost:5999/`.
- `/util` - Utility functions shared by other parts.