feat(slider): add slider feature

This commit is contained in:
2025-11-01 17:32:28 +03:00
parent 0cccc7e3d7
commit 3049bd3101
37 changed files with 685 additions and 256 deletions

View File

@@ -27,7 +27,7 @@ docker compose exec web bash -c '\
--username admin \
--password admin \
--email youremail@example.com \
--http_server http://localhost:8000/; exit $?'
--http_server https://api.tg.nikitakiselev.ru/; exit $?'
docker compose exec web bash -c "cd /web; composer update"
echo "Moving storage folder outside the system."