feat: 更新 up-lite 命令,添加 VITE_USE_RUNS_API=false 环境变量

This commit is contained in:
Wenjie Zhang 2026-03-29 11:11:59 +08:00
parent ab268d8eba
commit 33320022af

View File

@ -18,7 +18,7 @@ up-lite:
echo "Error: .env file not found. Please create it from .env.template"; \
exit 1; \
fi
LITE_MODE=true docker compose up -d postgres redis minio api worker web
LITE_MODE=true VITE_USE_RUNS_API=false docker compose up -d postgres redis minio api web
logs:
@docker logs --tail=50 api-dev