feat: add fulscreen mode, dark mode

This commit is contained in:
Nikita Kiselev
2025-07-12 10:06:07 +03:00
parent 1e454b8f23
commit 252854e67e
9 changed files with 82 additions and 22 deletions

View File

@@ -14,6 +14,8 @@ export default defineConfig({
},
server: {
host: true,
allowedHosts: ["tg.nikitakiselev.ru"],
proxy: {
'/index.php': {
target: 'http://localhost:8000',