feat: Implement multi-select and download functionality for gallery images and add npm install to the deployment script.

This commit is contained in:
xds
2026-02-16 17:37:41 +03:00
parent 073c94140f
commit fc9048fc94
2 changed files with 146 additions and 27 deletions

View File

@@ -2,6 +2,7 @@
ssh root@31.59.58.220 "
cd /root/ai/ai-service-front &&
git pull &&
npm install &&
npm run build &&
cp -r dist/* /var/www/ai.luminic.space/
"