aboutsummaryrefslogtreecommitdiffstats
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
parentbab7929215b3d5a1d66b43ee5b03ad767aa32374 (diff)
downloadmini-b8de45e91a526ede44d7600f6e97d7c26833c20a.tar.gz
mini-b8de45e91a526ede44d7600f6e97d7c26833c20a.tar.bz2
mini-b8de45e91a526ede44d7600f6e97d7c26833c20a.zip
Not logging, and hosting openly
-rw-r--r--claude-julia/query.ts2
-rw-r--r--claude-julia/server.ts2
2 files changed, 1 insertions, 3 deletions
diff --git a/claude-julia/query.ts b/claude-julia/query.ts
index 50bd775..b2a01dc 100644
--- a/claude-julia/query.ts
+++ b/claude-julia/query.ts
@@ -49,8 +49,6 @@ export async function query(code: string) {
r = r + segment.text;
}
}
- console.log('=====');
- console.log(r);
return r;
}
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>) {