Refactor build process in Puter installation and update JSON files to ensure proper formatting

This commit is contained in:
MickLesk
2026-05-06 07:09:31 +02:00
parent 98e1dd0133
commit bc51257aa7
5 changed files with 6 additions and 14 deletions

View File

@@ -39,10 +39,7 @@ function update_script() {
msg_info "Building Application"
cd /opt/puter
$STD npm ci
cd /opt/puter/src/gui
$STD npm run build
cd /opt/puter
cp -r src/gui/dist dist
msg_ok "Built Application"
msg_info "Starting Service"