From fb81e914a4bd51d2a2e38dc2f49f7933a8cb748d Mon Sep 17 00:00:00 2001 From: Fovway Date: Sun, 12 Oct 2025 14:52:24 +0700 Subject: [PATCH] =?UTF-8?q?=09=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20background-color=20=D0=B2=20=D1=82=D0=B5=D0=BC=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9=20=D1=82=D0=B5=D0=BC=D0=B5=20=D1=83=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=B9=D1=81=D1=82=D0=B2=D0=B0:=20=20=20frontend/sr?= =?UTF-8?q?c/index.css=20=09modified:=20=20=20install.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/index.css | 1 - install.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index fb92a9f..3cbc0ce 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -5,7 +5,6 @@ color-scheme: light dark; color: rgba(255, 255, 255, 0.87); - background-color: #242424; font-synthesis: none; text-rendering: optimizeLegibility; diff --git a/install.md b/install.md index 8ff5245..e916114 100644 --- a/install.md +++ b/install.md @@ -105,3 +105,5 @@ - Убедитесь, что firewall разрешает трафик на нужные порты: `sudo ufw allow 80 && sudo ufw allow 443 && sudo ufw allow 5000`. Если база данных внешняя, обновите `DB_HOST` в `.env` на её IP. Для продакшена измените пароль админа и JWT secret. + +pm2 start npm --name "time-tracking-frontend" -- run dev