aboutsummaryrefslogtreecommitdiffstats
path: root/claude-julia/server.ts
diff options
context:
space:
mode:
authorScott Lawrence <scott+git@ineffectivetheory.com>2025-03-19 22:59:06 -0600
committerScott Lawrence <scott+git@ineffectivetheory.com>2025-03-19 22:59:06 -0600
commitb8de45e91a526ede44d7600f6e97d7c26833c20a (patch)
tree5d40ffd0e159c96b15456c3ccaa6b3c4e413cc19 /claude-julia/server.ts
parentbab7929215b3d5a1d66b43ee5b03ad767aa32374 (diff)
downloadmini-b8de45e91a526ede44d7600f6e97d7c26833c20a.tar.gz
mini-b8de45e91a526ede44d7600f6e97d7c26833c20a.tar.bz2
mini-b8de45e91a526ede44d7600f6e97d7c26833c20a.zip
Not logging, and hosting openly
Diffstat (limited to 'claude-julia/server.ts')
-rw-r--r--claude-julia/server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/claude-julia/server.ts b/claude-julia/server.ts
index 09c3fb4..e01a02c 100644
--- a/claude-julia/server.ts
+++ b/claude-julia/server.ts
@@ -3,7 +3,7 @@ import * as fs from "fs";
import { query } from "./query";
-const hostname = "localhost";
+const hostname = "";
const port = 3000;
function readFiles(l: Array<string>) {