* chore: add files and config to run on VPS and test locally * chore: add missing nginx files left behind * chore: rename workflow files
5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ngrok http 8181 --log=stdout > ngrok-8181.log 2>&1 &
|
|
|