feat: Remove Dashboard and Workspace views, set CharactersView as the root route, and add a deploy script.

This commit is contained in:
xds
2026-02-04 14:55:39 +03:00
parent 4f460b2876
commit 4486235358
5 changed files with 32 additions and 394 deletions

7
deploy.sh Executable file
View File

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