chore: migrate services to integration folder

This commit is contained in:
RainbowBird
2026-08-02 20:12:13 +08:00
parent 4ccde2c96e
commit d5a241b10e
344 changed files with 62 additions and 58 deletions
+3 -3
View File
@@ -211,7 +211,7 @@ pnpm dev:docs
A Postgres database is required.
```shell
cd services/telegram-bot
cd integrations/telegram-bot
docker compose up -d
```
@@ -247,7 +247,7 @@ pnpm -F @proj-airi/telegram-bot start
### Discord bot integration
```shell
cd services/discord-bot
cd integrations/discord-bot
```
Configure `.env`
@@ -275,7 +275,7 @@ pnpm -F @proj-airi/discord-bot start
### Minecraft agent
```shell
cd services/minecraft
cd integrations/minecraft
```
Start a Minecraft client, export your world with desired port, and fill-in the port number in `.env.local`.