aboutsummaryrefslogtreecommitdiffstats
path: root/claude-julia/server.ts
diff options
context:
space:
mode:
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>) {