feat(config)!: Changed default config location

This commit is contained in:
2025-10-19 05:03:08 +02:00
parent 2fe9fbadfb
commit 2056c6c70d
3 changed files with 2 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ pub struct Setup {
}
fn default_entrypoint() -> String {
"./config.lua".into()
"./config/config.lua".into()
}
#[derive(Debug, Deserialize, Typed)]