Fix: bind to 0.0.0.0 for external access (backend + frontend)

This commit is contained in:
salvacybersec
2025-11-11 05:25:10 +03:00
parent 8e4b86de61
commit 186d32ad79
2 changed files with 7 additions and 7 deletions

View File

@@ -435,8 +435,8 @@ module.exports = {
{
name: 'oltalama-frontend',
cwd: '/opt/oltalama/frontend',
script: 'npm',
args: 'run preview',
script: 'node_modules/.bin/vite',
args: 'preview --host 0.0.0.0 --port 4173',
instances: 1,
exec_mode: 'fork',
watch: false,