fix: flame

This commit is contained in:
CrazyWolf13
2026-05-11 13:56:08 +02:00
parent 7f3cdc7cec
commit 7ba37052b7
2 changed files with 5 additions and 6 deletions

View File

@@ -49,13 +49,12 @@ function update_script() {
msg_info "Rebuilding Application"
cd /opt/flame
$STD npm run init-server
$STD npm run dev-init
cd /opt/flame/client
$STD npm install
$STD npm run build
cd /opt/flame
mkdir -p public
cp -r client/build/. public/
$STD npm rebuild sqlite3
msg_ok "Rebuilt Application"
msg_info "Starting Service"