cubicjs/server/start.sh
2024-12-22 17:38:53 +03:00

6 lines
No EOL
72 B
Bash
Executable file

#!/bin/sh
HOST=localhost
PORT=8000
python3 src/__main__.py $HOST:$PORT