@datapos/datapos-development 0.3.380 → 0.3.381

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.
@@ -8042,7 +8042,7 @@ function al(e) {
8042
8042
  }
8043
8043
  async function kl() {
8044
8044
  try {
8045
- Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "*.json", "*.ts", "src/**"]), $e("Code formatted.");
8045
+ Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "*.json", "*.md", "*.ts", "src/**"]), $e("Code formatted.");
8046
8046
  } catch (e) {
8047
8047
  console.error("❌ Error formatting code.", e), process.exit(1);
8048
8048
  }