cubicjs/server/start.sh
2024-12-22 00:59:32 +03:00

6 lines
No EOL
68 B
Bash
Executable file

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