Files
ask262/constants.ts
T

3 lines
93 B
TypeScript

export const STORAGE_DIR = "./storage";
export const GRAPH_FILE = "./graphology/graph.json";