@datapos/datapos-development 0.3.364 → 0.3.366

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8052,7 +8052,7 @@ function nl(e) {
8052
8052
  }
8053
8053
  async function kl() {
8054
8054
  try {
8055
- Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "src/"]), Fe("Code formatted.");
8055
+ Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "*.ts", "src/"]), Fe("Code formatted.");
8056
8056
  } catch (e) {
8057
8057
  console.error("❌ Error formatting code.", e), process.exit(1);
8058
8058
  }