feat: pipeline - org2md file watch

This commit is contained in:
Ignacio Ballesteros
2026-02-20 23:31:06 +01:00
parent dc348185a7
commit 1076bf31ed
9 changed files with 655 additions and 171 deletions

View File

@@ -27,7 +27,8 @@ defmodule Pipeline.MixProject do
[
{:finch, "~> 0.19"},
{:req, "~> 0.5"},
{:jason, "~> 1.4"}
{:jason, "~> 1.4"},
{:file_system, "~> 1.0"}
]
end
end