diff --git a/deploy.sh b/deploy.sh index b5c655a..5a8391a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -435,8 +435,8 @@ module.exports = { { name: 'oltalama-frontend', cwd: '/opt/oltalama/frontend', - script: 'node_modules/.bin/vite', - args: 'preview --host 0.0.0.0 --port 4173', + script: 'npm', + args: 'run serve', instances: 1, exec_mode: 'fork', watch: false,