no/serve.sh
2025-08-31 10:25:45 -07:00

5 lines
126 B
Bash

#!/bin/sh
# Start Tor in the background; note that this may take awhile even after the app starts
tor &
exec node backend.js