.config/mise/config.toml
0 → 100644
+32
−0
Justfile
deleted100644 → 0
+0
−37
Loading
* Introduced a new config.toml file to define various tasks. * Added tasks for formatting, linting, type-checking, testing, and coverage. * Removed the Justfile as its functionality is now covered in config.toml.