homepage: set CI=true so pnpm can self-heal node_modules without a TTY (#16841)

This commit is contained in:
CanbiZ (MickLesk)
2026-08-28 17:09:26 +02:00
committed by GitHub
parent 856bd4301f
commit a61c3882b5
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -63,6 +63,7 @@ Restart=always
RestartSec=1
User=root
WorkingDirectory=/opt/homepage/
Environment=CI=true
ExecStart=pnpm start
[Install]