From 38d3481f8d0da384cac9917b437c13eaa3168e43 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 24 Sep 2025 17:59:17 -0700 Subject: [PATCH] prime time --- 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 cb411c0..223850d 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