[Unit] Description=Antigravity ERP Frontend Development Server After=network.target [Service] Type=simple User=edmin WorkingDirectory=/var/www/html/develop ExecStart=/usr/bin/npm run dev -- --host 0.0.0.0 --port 5173 Restart=always Environment=NODE_ENV=development [Install] WantedBy=multi-user.target