From 6492d5b3d505ea3bdaafd67ad7684c09db47cdf9 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:26:23 -0700 Subject: [PATCH] need you --- app/src/config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/config.ts b/app/src/config.ts index 459ef3c..5266cda 100644 --- a/app/src/config.ts +++ b/app/src/config.ts @@ -7,4 +7,6 @@ export const NOSE_SYS_BIN = join(NOSE_SYS, "bin") export const NOSE_DIR = resolve("..") export const NOSE_BIN = join(NOSE_DIR, "bin") -export const NOSE_WWW = join(NOSE_DIR, "www") \ No newline at end of file +export const NOSE_WWW = join(NOSE_DIR, "www") + +export const NOSE_STARTED = Date.now() \ No newline at end of file