1 2 3 4 5 6 7 8
#[allow(non_camel_case_types)] pub struct FILE_NAME; impl FILE_NAME { pub const UI_CONFIG_TOML: &str = "ui_config.toml"; pub const TAILWIND_CONFIG_JS: &str = "tailwind.config.js"; pub const PACKAGE_JSON: &str = "package.json"; }