From 5570322efa8efdc09fac59b0dff412d8af97660d Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 24 Sep 2025 09:54:00 -0700 Subject: [PATCH] /tunnels and /tunnel/app --- app/src/sneaker.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/sneaker.ts b/app/src/sneaker.ts index 223850d..cb411c0 100644 --- a/app/src/sneaker.ts +++ b/app/src/sneaker.ts @@ -1,9 +1,9 @@ import nose from "./server" -const SNEAKER_URL = "nose.space" -const SNEAKER_TLS = true -// const SNEAKER_URL = "localhost:3100" -// const SNEAKER_TLS = false +// const SNEAKER_URL = "nose.space" +// const SNEAKER_TLS = true +const SNEAKER_URL = "localhost:3100" +const SNEAKER_TLS = false type Connection = { subdomain: string