11 lines
417 B
TypeScript
11 lines
417 B
TypeScript
/**
|
|
* Boulder State Constants
|
|
*/
|
|
export declare const BOULDER_DIR = ".sisyphus";
|
|
export declare const BOULDER_FILE = "boulder.json";
|
|
export declare const BOULDER_STATE_PATH = ".sisyphus/boulder.json";
|
|
export declare const NOTEPAD_DIR = "notepads";
|
|
export declare const NOTEPAD_BASE_PATH = ".sisyphus/notepads";
|
|
/** Prometheus plan directory pattern */
|
|
export declare const PROMETHEUS_PLANS_DIR = ".sisyphus/plans";
|