From 496cc6f7d477e054edc99cf9149560d389b1291a Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 23 Jan 2025 00:27:34 +0400 Subject: [PATCH] under another directory --- .../assets/index-BFvUFyQr.js | 0 .../assets/index-Grbd-L5t.css | 0 .../assets/web-worker-Cdzbvpxg.js | 0 .../example/command.ts | 0 .../example/empty.ts | 0 .../example/file.ts | 0 .../favicon.ico | Bin .../index.html | 0 vite.config.ts | 2 +- 9 files changed, 1 insertion(+), 1 deletion(-) rename docs/{tg-bot-playground => telegram-bot-playground}/assets/index-BFvUFyQr.js (100%) rename docs/{tg-bot-playground => telegram-bot-playground}/assets/index-Grbd-L5t.css (100%) rename docs/{tg-bot-playground => telegram-bot-playground}/assets/web-worker-Cdzbvpxg.js (100%) rename docs/{tg-bot-playground => telegram-bot-playground}/example/command.ts (100%) rename docs/{tg-bot-playground => telegram-bot-playground}/example/empty.ts (100%) rename docs/{tg-bot-playground => telegram-bot-playground}/example/file.ts (100%) rename docs/{tg-bot-playground => telegram-bot-playground}/favicon.ico (100%) rename docs/{tg-bot-playground => telegram-bot-playground}/index.html (100%) diff --git a/docs/tg-bot-playground/assets/index-BFvUFyQr.js b/docs/telegram-bot-playground/assets/index-BFvUFyQr.js similarity index 100% rename from docs/tg-bot-playground/assets/index-BFvUFyQr.js rename to docs/telegram-bot-playground/assets/index-BFvUFyQr.js diff --git a/docs/tg-bot-playground/assets/index-Grbd-L5t.css b/docs/telegram-bot-playground/assets/index-Grbd-L5t.css similarity index 100% rename from docs/tg-bot-playground/assets/index-Grbd-L5t.css rename to docs/telegram-bot-playground/assets/index-Grbd-L5t.css diff --git a/docs/tg-bot-playground/assets/web-worker-Cdzbvpxg.js b/docs/telegram-bot-playground/assets/web-worker-Cdzbvpxg.js similarity index 100% rename from docs/tg-bot-playground/assets/web-worker-Cdzbvpxg.js rename to docs/telegram-bot-playground/assets/web-worker-Cdzbvpxg.js diff --git a/docs/tg-bot-playground/example/command.ts b/docs/telegram-bot-playground/example/command.ts similarity index 100% rename from docs/tg-bot-playground/example/command.ts rename to docs/telegram-bot-playground/example/command.ts diff --git a/docs/tg-bot-playground/example/empty.ts b/docs/telegram-bot-playground/example/empty.ts similarity index 100% rename from docs/tg-bot-playground/example/empty.ts rename to docs/telegram-bot-playground/example/empty.ts diff --git a/docs/tg-bot-playground/example/file.ts b/docs/telegram-bot-playground/example/file.ts similarity index 100% rename from docs/tg-bot-playground/example/file.ts rename to docs/telegram-bot-playground/example/file.ts diff --git a/docs/tg-bot-playground/favicon.ico b/docs/telegram-bot-playground/favicon.ico similarity index 100% rename from docs/tg-bot-playground/favicon.ico rename to docs/telegram-bot-playground/favicon.ico diff --git a/docs/tg-bot-playground/index.html b/docs/telegram-bot-playground/index.html similarity index 100% rename from docs/tg-bot-playground/index.html rename to docs/telegram-bot-playground/index.html diff --git a/vite.config.ts b/vite.config.ts index 04e5c8b..acb2796 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,7 +11,7 @@ const configs: Record = { ], build: { emptyOutDir: true, - outDir: "../../docs/tg-bot-playground", + outDir: "../../docs/telegram-bot-playground", minify: false } }