mirror of
https://github.com/fccview/cronmaster.git
synced 2025-12-31 01:48:28 -05:00
6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
import path from "path";
|
|
|
|
export const SCRIPTS_DIR = path.join("scripts");
|
|
export const SNIPPETS_DIR = path.join("snippets");
|
|
export const DATA_DIR = path.join("data");
|