Files
tasknote/nginx/start-ngrok.sh
T
rmcamposandGitHub 27c7455870 chore: add files and config to run on VPS and test locally (#29)
* chore: add files and config to run on VPS and test locally

* chore: add missing nginx files left behind

* chore: rename workflow files
2026-04-16 13:54:16 -03:00

5 lines
67 B
Bash
Executable File

#!/bin/bash
ngrok http 8181 --log=stdout > ngrok-8181.log 2>&1 &