This commit is contained in:
CrazyWolf13 2026-01-16 15:14:04 +01:00
parent 18ec56fdac
commit 123c2f4e9a

View File

@ -39,6 +39,7 @@ function update_script() {
cd /opt/trip/src
$STD npm install
$STD npm run build
mkdir -p /opt/trip/frontend
cp -r /opt/trip/src/dist/trip/browser/* /opt/trip/frontend/
msg_ok "Updated Frontend"