Honey Village: six model builds + hub frontend, Dockerized for Dokploy

This commit is contained in:
2026-07-15 10:50:12 -04:00
commit 67253bded5
523 changed files with 58879 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
cd /Users/leidianyayi/Documents/GitHub/ModelTest20260714/GLM5.2
LOG=/Users/leidianyayi/Documents/GitHub/ModelTest20260714/GLM5.2/build.log
echo "START $(date)" > "$LOG"
node node_modules/vite/bin/vite.js build >> "$LOG" 2>&1
echo "EXIT=$? END $(date)" >> "$LOG"