9 lines
298 B
TypeScript
9 lines
298 B
TypeScript
export const BOULDER_DIR = ".omo"
|
|
export const BOULDER_FILE = "boulder.json"
|
|
export const BOULDER_STATE_PATH = `${BOULDER_DIR}/${BOULDER_FILE}`
|
|
|
|
export const NOTEPAD_DIR = "notepads"
|
|
export const NOTEPAD_BASE_PATH = `${BOULDER_DIR}/${NOTEPAD_DIR}`
|
|
|
|
export const PROMETHEUS_PLANS_DIR = ".omo/plans"
|