mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-17 00:11:42 -06:00
chore: add Justfile, apply clippy fixes, add frontend type checking
- Add Justfile with comprehensive development workflow commands (check, lint, build, docker, etc.) - Add @astrojs/check and typescript dependencies for frontend type checking
This commit is contained in:
@@ -35,7 +35,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
};
|
||||
|
||||
let json_data = serde_json::to_string(&key_data)?;
|
||||
write!(f, "{}", json_data.to_string())?;
|
||||
write!(f, "{}", json_data)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user