nose-pluto/src/config.ts
Chris Wanstrath 43fbe0ad1d app -> www
2025-09-16 20:20:56 -07:00

6 lines
237 B
TypeScript

import { resolve, join } from "node:path"
export const NOSE_ICON = ` ͡° ͜ʖ ͡°`
export const NOSE_DIR = resolve("./nose")
export const NOSE_BIN = resolve(join(NOSE_DIR, "bin"))
export const NOSE_WWW = resolve(join(NOSE_DIR, "www"))