my_app_remote_server_ui_app/app/start.sh
2026-01-04 18:52:57 +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 11002