homepage: run next directly instead of through pnpm (#17155)

This commit is contained in:
CanbiZ (MickLesk)
2026-09-11 07:41:21 +02:00
committed by GitHub
parent 5748b577c4
commit e253713148
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ RestartSec=1
User=root
WorkingDirectory=/opt/homepage/
Environment=CI=true
ExecStart=pnpm start
ExecStart=/opt/homepage/node_modules/.bin/next start
[Install]
WantedBy=multi-user.target