This commit is contained in:
Chris Wanstrath 2025-09-26 12:26:23 -07:00
parent 282fb79f36
commit 6492d5b3d5

View File

@ -8,3 +8,5 @@ export const NOSE_SYS_BIN = join(NOSE_SYS, "bin")
export const NOSE_DIR = resolve("..") export const NOSE_DIR = resolve("..")
export const NOSE_BIN = join(NOSE_DIR, "bin") export const NOSE_BIN = join(NOSE_DIR, "bin")
export const NOSE_WWW = join(NOSE_DIR, "www") export const NOSE_WWW = join(NOSE_DIR, "www")
export const NOSE_STARTED = Date.now()