From af08122a253916c9f7d923b6a0197db1cbbf536e Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 14 May 2022 21:28:33 -0600 Subject: Add static serve back to dev-shell --- config.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.nix') diff --git a/config.nix b/config.nix index 4689ca5..95b2b0e 100644 --- a/config.nix +++ b/config.nix @@ -8,4 +8,7 @@ mlPublicURL = "http://localhost:4000"; listenProto = "tcp"; listenAddr = ":4000"; + + # If empty then a derived static directory is used + staticProxyURL = "http://127.0.0.1:4002"; } -- cgit v1.2.3