aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-07-17 15:14:38 +0200
committerEddy Pedroni <epedroni@pm.me>2025-07-17 15:24:48 +0200
commit8fdbcd3b98f5bf5479e2a67e40f5746b184908d3 (patch)
tree8366c7647a1874ea75aec4c2c8a9bdf60e9054fb /Makefile
parent89dcddce5e215400150232befddebc83f45d64d8 (diff)
Purge all mention of song pool
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59898a5..0fc9a3b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ clean:
touch .venv/touchfile
web-deploy: .venv/touchfile
- ./.venv/bin/solo-tool-web --no-reload --port 8080 --refresh 0.5
+ ./.venv/bin/solo-tool-web --no-reload --port 8080 --refresh 0.5 --session_path="https://files.0xf7.com"
web-dev: .venv/touchfile
./.venv/bin/python web-project/src/solo_tool_web.py