From b8de45e91a526ede44d7600f6e97d7c26833c20a Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Wed, 19 Mar 2025 22:59:06 -0600 Subject: Not logging, and hosting openly --- claude-julia/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'claude-julia/server.ts') 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) { -- cgit v1.2.3-54-g00ecf