myapps_remote_server_ui_app.../server/frontend/start.sh
2026-01-05 22:50:31 +01:00

4 lines
98 B
Bash
Executable file

#!/bin/bash
# Avvia un server HTTP sulla porta 11002 senza cache
npx http-server . -c-1 -p 11003